#94F1E9

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

Shades of Blizzard Blue #94F1E9

Tints of Blizzard Blue #94F1E9

Color information

#94F1E9 (or 0x94F1E9) is unknown color: approx Blizzard Blue. HEX triplet: 94, F1 and E9. RGB value is (148,241,233). Sum of RGB (Red+Green+Blue) = 148+241+233=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F1E9 is #6B0E16. Grayscale: #D4D4D4. Windows color (decimal): -7015959 or 15331732. OLE color: 15331732.

HSL color Cylindrical-coordinate representation of color #94F1E9: hue angle of 174.84º degrees, saturation: 0.77, 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 #94F1E9 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB148241233-
CMYK0.3900.030.05
HSL174.84º76.86%76.27%-
HSV(B)174.84º38.59%94.51%-
XYZ58.3875.0988.51-
YUV212.28139.6982.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.79%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=23.79%
G=38.75%
B=37.46%

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
Decimal1482412330.3900.030.05174.8476.8676.27
Hex94F1E927035af4d4c
Octal22436135147035257115114
Binary1001010011110001111010011001110111011010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,233); }

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

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

 a { background-color: rgb(148,241,233); }

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

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

 span { border-color: rgb(148,241,233); }

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