Html Css Color HEX #A0E9F9 Blizzard Blue

📋 copy color: '#A0E9F9'

red 160 ◦ green 233 ◦ blue 249

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

Shades of Blizzard Blue #A0E9F9

Tints of Blizzard Blue #A0E9F9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 249 (97.66% from 255) = 38.79%

R = 24.92%
G = 36.29%
B = 38.79%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0E9F9 (or 0xA0E9F9) is known color: Blizzard Blue. HEX triplet: A0, E9 and F9. RGB value is (160,233,249). Sum of RGB (Red+Green+Blue) = 160+233+249=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #A0E9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E9F9 is #5F1606. Grayscale: #D4D4D4. Windows color (decimal): -6231559 or 16378272. OLE color: 16378272.

HSL color Cylindrical-coordinate representation of color #A0E9F9: hue angle of 190.79º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E9F9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 233 249 -
CMYK 0.36 0.06 0 0.02
HSL 190.79º 0.88% 0.8% -
HSV(B) 190.79º 0.36% 0.98% -
XYZ 60.74 72.59 100.43 -
YUV 213 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 160 233 249 0.36 0.06 0 0.02 190.79 0.88 0.8
Hex A0 E9 F9 24 6 0 2 BF 58 50
Octal 240 351 371 44 6 0 2 277 130 120
Binary 10100000 11101001 11111001 100100 110 0 10 10111111 1011000 1010000

Color Harmonies of #A0E9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9F9

Black with #A0E9F9

Text Example


Text Example

White with #A0E9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9F9; }

 p { color: rgb(160,233,249); }

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

background-color css

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

 a { background-color: rgb(160,233,249); }

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

border-color css

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

 span { border-color: rgb(160,233,249); }

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