#94ECE5

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

Shades of Blizzard Blue #94ECE5

Tints of Blizzard Blue #94ECE5

Color information

#94ECE5 (or 0x94ECE5) is unknown color: approx Blizzard Blue. HEX triplet: 94, EC and E5. RGB value is (148,236,229). Sum of RGB (Red+Green+Blue) = 148+236+229=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECE5 is #6B131A. Grayscale: #D0D0D0. Windows color (decimal): -7017243 or 15068308. OLE color: 15068308.

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

Color convert

RGB148236229-
CMYK0.3700.030.07
HSL175.23º69.84%75.29%-
HSV(B)175.23º37.29%92.55%-
XYZ56.3571.9485.05-
YUV208.89139.3584.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.14%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=24.14%
G=38.50%
B=37.36%

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
Decimal1482362290.3700.030.07175.2369.8475.29
Hex94ECE525037af464b
Octal22435434545037257106113
Binary1001010011101100111001011001010111111010111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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