#A0EDFD

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

Shades of Blizzard Blue #A0EDFD

Tints of Blizzard Blue #A0EDFD

Color information

#A0EDFD (or 0xA0EDFD) is unknown color: approx Blizzard Blue. HEX triplet: A0, ED and FD. RGB value is (160,237,253). Sum of RGB (Red+Green+Blue) = 160+237+253=650 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.62% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDFD is #5F1202. Grayscale: #D7D7D7. Windows color (decimal): -6230531 or 16641440. OLE color: 16641440.

HSL color Cylindrical-coordinate representation of color #A0EDFD: hue angle of 190.32º 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 #A0EDFD is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160237253-
CMYK0.370.0600.01
HSL190.32º95.88%80.98%-
HSV(B)190.32º36.76%99.22%-
XYZ62.5175.13104.14-
YUV215.8148.9988.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.62%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=24.62%
G=36.46%
B=38.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602372530.370.0600.01190.3295.8880.98
HexA0EDFD25601be6051
Octal24035537545601276140121
Binary101000001110110111111101100101110011011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EDFD; }

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

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

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

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

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

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

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

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