#94EEEC

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

Shades of Blizzard Blue #94EEEC

Tints of Blizzard Blue #94EEEC

Color information

#94EEEC (or 0x94EEEC) is unknown color: approx Blizzard Blue. HEX triplet: 94, EE and EC. RGB value is (148,238,236). Sum of RGB (Red+Green+Blue) = 148+238+236=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEEC is #6B1113. Grayscale: #D2D2D2. Windows color (decimal): -7016724 or 15527572. OLE color: 15527572.

HSL color Cylindrical-coordinate representation of color #94EEEC: hue angle of 178.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEEC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB148238236-
CMYK0.3800.010.07
HSL178.67º72.58%75.69%-
HSV(B)178.67º37.82%93.33%-
XYZ57.9373.590.49-
YUV210.86142.1883.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.79%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=23.79%
G=38.26%
B=37.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382360.3800.010.07178.6772.5875.69
Hex94EEEC26017b3494c
Octal22435635446017263111114
Binary100101001110111011101100100110011111011001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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