Html Css Color HEX #A0EEF6 Blizzard Blue

📋 copy color: '#A0EEF6'

red 160 ◦ green 238 ◦ blue 246

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

Shades of Blizzard Blue #A0EEF6

Tints of Blizzard Blue #A0EEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.96%

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

R = 24.84%
G = 36.96%
B = 38.2%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A0EEF6 (or 0xA0EEF6) is known color: Blizzard Blue. HEX triplet: A0, EE and F6. RGB value is (160,238,246). Sum of RGB (Red+Green+Blue) = 160+238+246=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEF6 is #5F1109. Grayscale: #D7D7D7. Windows color (decimal): -6230282 or 16182944. OLE color: 16182944.

HSL color Cylindrical-coordinate representation of color #A0EEF6: hue angle of 185.58º 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 #A0EEF6 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 238 246 -
CMYK 0.35 0.03 0 0.04
HSL 185.58º 0.83% 0.8% -
HSV(B) 185.58º 0.35% 0.96% -
XYZ 61.71 75.28 98.47 -
YUV 215.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 160 238 246 0.35 0.03 0 0.04 185.58 0.83 0.8
Hex A0 EE F6 23 3 0 4 BA 53 50
Octal 240 356 366 43 3 0 4 272 123 120
Binary 10100000 11101110 11110110 100011 11 0 100 10111010 1010011 1010000

Color Harmonies of #A0EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEF6

Black with #A0EEF6

Text Example


Text Example

White with #A0EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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