Html Css Color HEX #A0DCEF Blizzard Blue

📋 copy color: '#A0DCEF'

red 160 ◦ green 220 ◦ blue 239

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

Shades of Blizzard Blue #A0DCEF

Tints of Blizzard Blue #A0DCEF

RGB

 RED value IS 160 (62.89% from 255) = 25.85%

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 25.85%
G = 35.54%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0DCEF (or 0xA0DCEF) is known color: Blizzard Blue. HEX triplet: A0, DC and EF. RGB value is (160,220,239). Sum of RGB (Red+Green+Blue) = 160+220+239=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCEF is #5F2310. Grayscale: #CCCCCC. Windows color (decimal): -6234897 or 15719584. OLE color: 15719584.

HSL color Cylindrical-coordinate representation of color #A0DCEF: hue angle of 194.43º degrees, saturation: 0.71, 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 #A0DCEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 220 239 -
CMYK 0.33 0.08 0 0.06
HSL 194.43º 0.71% 0.78% -
HSV(B) 194.43º 0.33% 0.94% -
XYZ 55.67 64.89 91.25 -
YUV 204.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 160 220 239 0.33 0.08 0 0.06 194.43 0.71 0.78
Hex A0 DC EF 21 8 0 6 C2 47 4E
Octal 240 334 357 41 10 0 6 302 107 116
Binary 10100000 11011100 11101111 100001 1000 0 110 11000010 1000111 1001110

Color Harmonies of #A0DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCEF

Black with #A0DCEF

Text Example


Text Example

White with #A0DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCEF; }

 p { color: rgb(160,220,239); }

 H1.HeaderClassName
 {
   color: #A0DCEF;
 }
 .AnyTagClassName
 {
   color: #A0DCEF;
 }
</style>

background-color css

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

 a { background-color: rgb(160,220,239); }

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

border-color css

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

 span { border-color: rgb(160,220,239); }

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