#94EEE6

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

Shades of Blizzard Blue #94EEE6

Tints of Blizzard Blue #94EEE6

Color information

#94EEE6 (or 0x94EEE6) is unknown color: approx Blizzard Blue. HEX triplet: 94, EE and E6. RGB value is (148,238,230). Sum of RGB (Red+Green+Blue) = 148+238+230=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEE6 is #6B1119. Grayscale: #D2D2D2. Windows color (decimal): -7016730 or 15134356. OLE color: 15134356.

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

Color convert

RGB148238230-
CMYK0.3800.030.07
HSL174.67º72.58%75.69%-
HSV(B)174.67º37.82%93.33%-
XYZ57.0773.1685.98-
YUV210.18139.1883.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.03%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 230 (90.23% from 255) = 37.34%
R=24.03%
G=38.64%
B=37.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382300.3800.030.07174.6772.5875.69
Hex94EEE626037af494c
Octal22435634646037257111114
Binary1001010011101110111001101001100111111010111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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