#94ECF9

Color #94ECF9 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #94ECF9

Tints of Blizzard Blue #94ECF9

Color information

#94ECF9 (or 0x94ECF9) is unknown color: approx Blizzard Blue. HEX triplet: 94, EC and F9. RGB value is (148,236,249). Sum of RGB (Red+Green+Blue) = 148+236+249=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #94ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECF9 is #6B1306. Grayscale: #D3D3D3. Windows color (decimal): -7017223 or 16379028. OLE color: 16379028.

HSL color Cylindrical-coordinate representation of color #94ECF9: hue angle of 187.72º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94ECF9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148236249-
CMYK0.410.0500.02
HSL187.72º89.38%77.84%-
HSV(B)187.72º40.56%97.65%-
XYZ59.3173.13100.61-
YUV211.17149.3582.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=23.38%
G=37.28%
B=39.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482362490.410.0500.02187.7289.3877.84
Hex94ECF929502bc594e
Octal22435437151502274131116
Binary1001010011101100111110011010011010101011110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ECF9; }

 p { color: rgb(148,236,249); }

 H1.HeaderClassName
 {
   color: #94ECF9;
 }
 .AnyTagClassName
 {
   color: #94ECF9;
 }
</style>
background-color css

<style>
 a { background-color: #94ECF9; }

 a { background-color: rgb(148,236,249); }

 div.DivClassName
 {
   background-color: #94ECF9;
 }
 .BgClassName
 {
   background-color: #94ECF9;
 }
</style>
border-color css

<style>
 span { border-color: #94ECF9; }

 span { border-color: rgb(148,236,249); }

 td.TdClassName
 {
   border-color: #94ECF9;
 }
 .TagClassName
 {
   border-color: #94ECF9;
 }
</style>