#A0DFED

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

Shades of Blizzard Blue #A0DFED

Tints of Blizzard Blue #A0DFED

Color information

#A0DFED (or 0xA0DFED) is unknown color: approx Blizzard Blue. HEX triplet: A0, DF and ED. RGB value is (160,223,237). Sum of RGB (Red+Green+Blue) = 160+223+237=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFED is #5F2012. Grayscale: #CDCDCD. Windows color (decimal): -6234131 or 15589280. OLE color: 15589280.

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

Color convert

RGB160223237-
CMYK0.320.0600.07
HSL190.91º68.14%77.84%-
HSV(B)190.91º32.49%92.94%-
XYZ56.1766.3689.97-
YUV205.76145.6395.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.81%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=25.81%
G=35.97%
B=38.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602232370.320.0600.07190.9168.1477.84
HexA0DFED20607bf444e
Octal24033735540607277104116
Binary10100000110111111110110110000011001111011111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFED; }

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

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

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

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

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

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

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

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