#94EEE5

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

Shades of Blizzard Blue #94EEE5

Tints of Blizzard Blue #94EEE5

Color information

#94EEE5 (or 0x94EEE5) is unknown color: approx Blizzard Blue. HEX triplet: 94, EE and E5. RGB value is (148,238,229). Sum of RGB (Red+Green+Blue) = 148+238+229=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEE5 is #6B111A. Grayscale: #D2D2D2. Windows color (decimal): -7016731 or 15068820. OLE color: 15068820.

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

Color convert

RGB148238229-
CMYK0.3800.040.07
HSL174º72.58%75.69%-
HSV(B)174º37.82%93.33%-
XYZ56.9373.185.24-
YUV210.06138.6883.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.07%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=24.07%
G=38.70%
B=37.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382290.3800.040.0717472.5875.69
Hex94EEE526047ae494c
Octal22435634546047256111114
Binary10010100111011101110010110011001001111010111010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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