#94F3EE

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

Shades of Blizzard Blue #94F3EE

Tints of Blizzard Blue #94F3EE

Color information

#94F3EE (or 0x94F3EE) is unknown color: approx Blizzard Blue. HEX triplet: 94, F3 and EE. RGB value is (148,243,238). Sum of RGB (Red+Green+Blue) = 148+243+238=629 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.53% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F3EE is #6B0C11. Grayscale: #D5D5D5. Windows color (decimal): -7015442 or 15659924. OLE color: 15659924.

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

Color convert

RGB148243238-
CMYK0.3900.020.05
HSL176.84º79.83%76.67%-
HSV(B)176.84º39.09%95.29%-
XYZ59.776.5792.52-
YUV214.02141.5380.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.53%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=23.53%
G=38.63%
B=37.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482432380.3900.020.05176.8479.8376.67
Hex94F3EE27025b1504d
Octal22436335647025261120115
Binary1001010011110011111011101001110101011011000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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