#A0ECFD

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

Shades of Blizzard Blue #A0ECFD

Tints of Blizzard Blue #A0ECFD

Color information

#A0ECFD (or 0xA0ECFD) is unknown color: approx Blizzard Blue. HEX triplet: A0, EC and FD. RGB value is (160,236,253). Sum of RGB (Red+Green+Blue) = 160+236+253=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFD is #5F1302. Grayscale: #D7D7D7. Windows color (decimal): -6230787 or 16641184. OLE color: 16641184.

HSL color Cylindrical-coordinate representation of color #A0ECFD: hue angle of 190.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ECFD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160236253-
CMYK0.370.0700.01
HSL190.97º95.88%80.98%-
HSV(B)190.97º36.76%99.22%-
XYZ62.2274.56104.04-
YUV215.21149.3288.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.65%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=24.65%
G=36.36%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602362530.370.0700.01190.9795.8880.98
HexA0ECFD25701bf6051
Octal24035437545701277140121
Binary101000001110110011111101100101111011011111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECFD; }

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

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

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

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

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

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

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

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