#94ECED

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

Shades of Blizzard Blue #94ECED

Tints of Blizzard Blue #94ECED

Color information

#94ECED (or 0x94ECED) is unknown color: approx Blizzard Blue. HEX triplet: 94, EC and ED. RGB value is (148,236,237). Sum of RGB (Red+Green+Blue) = 148+236+237=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #94ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECED is #6B1312. Grayscale: #D1D1D1. Windows color (decimal): -7017235 or 15592596. OLE color: 15592596.

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

Color convert

RGB148236237-
CMYK0.380.0000.07
HSL180.67º71.2%75.49%-
HSV(B)180.67º37.55%92.94%-
XYZ57.4972.491.07-
YUV209.8143.3583.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.83%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=23.83%
G=38.00%
B=38.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482362370.380.0000.07180.6771.275.49
Hex94ECED26007b5474b
Octal22435435546007265107113
Binary100101001110110011101101100110001111011010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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