#A0DBF0

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

Shades of Blizzard Blue #A0DBF0

Tints of Blizzard Blue #A0DBF0

Color information

#A0DBF0 (or 0xA0DBF0) is unknown color: approx Blizzard Blue. HEX triplet: A0, DB and F0. RGB value is (160,219,240). Sum of RGB (Red+Green+Blue) = 160+219+240=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBF0 is #5F240F. Grayscale: #CBCBCB. Windows color (decimal): -6235152 or 15784864. OLE color: 15784864.

HSL color Cylindrical-coordinate representation of color #A0DBF0: hue angle of 195.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DBF0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160219240-
CMYK0.330.0900.06
HSL195.75º72.73%78.43%-
HSV(B)195.75º33.33%94.12%-
XYZ55.5664.4391.95-
YUV203.75148.4596.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=25.85%
G=35.38%
B=38.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602192400.330.0900.06195.7572.7378.43
HexA0DBF021906c4494e
Octal240333360411106304111116
Binary101000001101101111110000100001100101101100010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBF0; }

 p { color: rgb(160,219,240); }

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

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

 a { background-color: rgb(160,219,240); }

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

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

 span { border-color: rgb(160,219,240); }

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