#94EEEA

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

Shades of Blizzard Blue #94EEEA

Tints of Blizzard Blue #94EEEA

Color information

#94EEEA (or 0x94EEEA) is unknown color: approx Blizzard Blue. HEX triplet: 94, EE and EA. RGB value is (148,238,234). Sum of RGB (Red+Green+Blue) = 148+238+234=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEEA is #6B1115. Grayscale: #D2D2D2. Windows color (decimal): -7016726 or 15396500. OLE color: 15396500.

HSL color Cylindrical-coordinate representation of color #94EEEA: hue angle of 177.33º 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 #94EEEA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB148238234-
CMYK0.3800.020.07
HSL177.33º72.58%75.69%-
HSV(B)177.33º37.82%93.33%-
XYZ57.6473.3988.97-
YUV210.63141.1883.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.87%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=23.87%
G=38.39%
B=37.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382340.3800.020.07177.3372.5875.69
Hex94EEEA26027b1494c
Octal22435635246027261111114
Binary1001010011101110111010101001100101111011000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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