#A0ECEE

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

Shades of Blizzard Blue #A0ECEE

Tints of Blizzard Blue #A0ECEE

Color information

#A0ECEE (or 0xA0ECEE) is unknown color: approx Blizzard Blue. HEX triplet: A0, EC and EE. RGB value is (160,236,238). Sum of RGB (Red+Green+Blue) = 160+236+238=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEE is #5F1311. Grayscale: #D5D5D5. Windows color (decimal): -6230802 or 15658144. OLE color: 15658144.

HSL color Cylindrical-coordinate representation of color #A0ECEE: hue angle of 181.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0ECEE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160236238-
CMYK0.330.0100.07
HSL181.54º69.64%78.04%-
HSV(B)181.54º32.77%93.33%-
XYZ59.9373.6491.94-
YUV213.5141.8289.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=25.24%
G=37.22%
B=37.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602362380.330.0100.07181.5469.6478.04
HexA0ECEE21107b6464e
Octal24035435641107266106116
Binary101000001110110011101110100001101111011011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECEE; }

 p { color: rgb(160,236,238); }

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

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

 a { background-color: rgb(160,236,238); }

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

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

 span { border-color: rgb(160,236,238); }

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