Html Css Color HEX #A0DBF0 Blizzard Blue

📋 copy color: '#A0DBF0'

red 160 ◦ green 219 ◦ blue 240

#A0DBF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #A0DBF0

Tints of Blizzard Blue #A0DBF0

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 value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0DBF0 (or 0xA0DBF0) is known color: 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

RGB 160 219 240 -
CMYK 0.33 0.09 0 0.06
HSL 195.75º 0.73% 0.78% -
HSV(B) 195.75º 0.33% 0.94% -
XYZ 55.56 64.43 91.95 -
YUV 203.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 160 219 240 0.33 0.09 0 0.06 195.75 0.73 0.78
Hex A0 DB F0 21 9 0 6 C4 49 4E
Octal 240 333 360 41 11 0 6 304 111 116
Binary 10100000 11011011 11110000 100001 1001 0 110 11000100 1001001 1001110

Color Harmonies of #A0DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBF0

Black with #A0DBF0

Text Example


Text Example

White with #A0DBF0

Text Example


Text Example

HTML Codes & Css Web 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>