#94ECE4

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

Shades of Blizzard Blue #94ECE4

Tints of Blizzard Blue #94ECE4

Color information

#94ECE4 (or 0x94ECE4) is unknown color: approx Blizzard Blue. HEX triplet: 94, EC and E4. RGB value is (148,236,228). Sum of RGB (Red+Green+Blue) = 148+236+228=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECE4 is #6B131B. Grayscale: #D0D0D0. Windows color (decimal): -7017244 or 15002772. OLE color: 15002772.

HSL color Cylindrical-coordinate representation of color #94ECE4: hue angle of 174.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECE4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB148236228-
CMYK0.3700.030.07
HSL174.55º69.84%75.29%-
HSV(B)174.55º37.29%92.55%-
XYZ56.2171.8984.31-
YUV208.78138.8584.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.18%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=24.18%
G=38.56%
B=37.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482362280.3700.030.07174.5569.8475.29
Hex94ECE425037af464b
Octal22435434445037257106113
Binary1001010011101100111001001001010111111010111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,236,228); }

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

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

 a { background-color: rgb(148,236,228); }

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

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

 span { border-color: rgb(148,236,228); }

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