#94F1EA

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

Shades of Blizzard Blue #94F1EA

Tints of Blizzard Blue #94F1EA

Color information

#94F1EA (or 0x94F1EA) is unknown color: approx Blizzard Blue. HEX triplet: 94, F1 and EA. RGB value is (148,241,234). Sum of RGB (Red+Green+Blue) = 148+241+234=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F1EA is #6B0E15. Grayscale: #D4D4D4. Windows color (decimal): -7015958 or 15397268. OLE color: 15397268.

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

Color convert

RGB148241234-
CMYK0.3900.030.05
HSL175.48º76.86%76.27%-
HSV(B)175.48º38.59%94.51%-
XYZ58.5275.1589.26-
YUV212.4140.1982.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.76%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=23.76%
G=38.68%
B=37.56%

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
Decimal1482412340.3900.030.05175.4876.8676.27
Hex94F1EA27035af4d4c
Octal22436135247035257115114
Binary1001010011110001111010101001110111011010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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