Html Css Color HEX #A0EDF6 Blizzard Blue

📋 copy color: '#A0EDF6'

red 160 ◦ green 237 ◦ blue 246

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

Shades of Blizzard Blue #A0EDF6

Tints of Blizzard Blue #A0EDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.86%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 24.88%
G = 36.86%
B = 38.26%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A0EDF6 (or 0xA0EDF6) is known color: Blizzard Blue. HEX triplet: A0, ED and F6. RGB value is (160,237,246). Sum of RGB (Red+Green+Blue) = 160+237+246=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDF6 is #5F1209. Grayscale: #D6D6D6. Windows color (decimal): -6230538 or 16182688. OLE color: 16182688.

HSL color Cylindrical-coordinate representation of color #A0EDF6: hue angle of 186.28º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0EDF6 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 237 246 -
CMYK 0.35 0.04 0 0.04
HSL 186.28º 0.83% 0.8% -
HSV(B) 186.28º 0.35% 0.96% -
XYZ 61.42 74.7 98.37 -
YUV 215 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 160 237 246 0.35 0.04 0 0.04 186.28 0.83 0.8
Hex A0 ED F6 23 4 0 4 BA 53 50
Octal 240 355 366 43 4 0 4 272 123 120
Binary 10100000 11101101 11110110 100011 100 0 100 10111010 1010011 1010000

Color Harmonies of #A0EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDF6

Black with #A0EDF6

Text Example


Text Example

White with #A0EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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