#94ECFB

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

Shades of Blizzard Blue #94ECFB

Tints of Blizzard Blue #94ECFB

Color information

#94ECFB (or 0x94ECFB) is unknown color: approx Blizzard Blue. HEX triplet: 94, EC and FB. RGB value is (148,236,251). Sum of RGB (Red+Green+Blue) = 148+236+251=635 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.31% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #94ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECFB is #6B1304. Grayscale: #D3D3D3. Windows color (decimal): -7017221 or 16510100. OLE color: 16510100.

HSL color Cylindrical-coordinate representation of color #94ECFB: hue angle of 188.74º degrees, saturation: 0.93, 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 #94ECFB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148236251-
CMYK0.410.0600.02
HSL188.74º92.79%78.24%-
HSV(B)188.74º41.04%98.43%-
XYZ59.6273.25102.26-
YUV211.4150.3582.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.31%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=23.31%
G=37.17%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482362510.410.0600.02188.7492.7978.24
Hex94ECFB29602bd5d4e
Octal22435437351602275135116
Binary1001010011101100111110111010011100101011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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