#94F2EA

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

Shades of Blizzard Blue #94F2EA

Tints of Blizzard Blue #94F2EA

Color information

#94F2EA (or 0x94F2EA) is unknown color: approx Blizzard Blue. HEX triplet: 94, F2 and EA. RGB value is (148,242,234). Sum of RGB (Red+Green+Blue) = 148+242+234=624 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.72% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2EA is #6B0D15. Grayscale: #D4D4D4. Windows color (decimal): -7015702 or 15397524. OLE color: 15397524.

HSL color Cylindrical-coordinate representation of color #94F2EA: hue angle of 174.89º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2EA is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB148242234-
CMYK0.3900.030.05
HSL174.89º78.33%76.47%-
HSV(B)174.89º38.84%94.9%-
XYZ58.8275.7489.36-
YUV212.98139.8681.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.72%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=23.72%
G=38.78%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482422340.3900.030.05174.8978.3376.47
Hex94F2EA27035af4e4c
Octal22436235247035257116114
Binary1001010011110010111010101001110111011010111110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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