Html Css Color HEX #A0EFF6 Blizzard Blue

📋 copy color: '#A0EFF6'

red 160 ◦ green 239 ◦ blue 246

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

Shades of Blizzard Blue #A0EFF6

Tints of Blizzard Blue #A0EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.05%

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

R = 24.81%
G = 37.05%
B = 38.14%

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

#A0EFF6 (or 0xA0EFF6) is known color: Blizzard Blue. HEX triplet: A0, EF and F6. RGB value is (160,239,246). Sum of RGB (Red+Green+Blue) = 160+239+246=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF6 is #5F1009. Grayscale: #D8D8D8. Windows color (decimal): -6230026 or 16183200. OLE color: 16183200.

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

Color convert

RGB 160 239 246 -
CMYK 0.35 0.03 0 0.04
HSL 184.88º 0.83% 0.8% -
HSV(B) 184.88º 0.35% 0.96% -
XYZ 62 75.86 98.56 -
YUV 216.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 160 239 246 0.35 0.03 0 0.04 184.88 0.83 0.8
Hex A0 EF F6 23 3 0 4 B9 53 50
Octal 240 357 366 43 3 0 4 271 123 120
Binary 10100000 11101111 11110110 100011 11 0 100 10111001 1010011 1010000

Color Harmonies of #A0EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFF6

Black with #A0EFF6

Text Example


Text Example

White with #A0EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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