Html Css Color HEX #ABEAF9 Blizzard Blue

📋 copy color: '#ABEAF9'

red 171 ◦ green 234 ◦ blue 249

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

Shades of Blizzard Blue #ABEAF9

Tints of Blizzard Blue #ABEAF9

RGB

 RED value IS 171 (67.19% from 255) = 26.15%

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 26.15%
G = 35.78%
B = 38.07%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABEAF9 (or 0xABEAF9) is known color: Blizzard Blue. HEX triplet: AB, EA and F9. RGB value is (171,234,249). Sum of RGB (Red+Green+Blue) = 171+234+249=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABEAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAF9 is #541506. Grayscale: #D8D8D8. Windows color (decimal): -5510407 or 16378539. OLE color: 16378539.

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

Color convert

RGB 171 234 249 -
CMYK 0.31 0.06 0 0.02
HSL 191.54º 0.87% 0.82% -
HSV(B) 191.54º 0.31% 0.98% -
XYZ 63.32 74.34 100.64 -
YUV 216.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 171 234 249 0.31 0.06 0 0.02 191.54 0.87 0.82
Hex AB EA F9 1F 6 0 2 C0 57 52
Octal 253 352 371 37 6 0 2 300 127 122
Binary 10101011 11101010 11111001 11111 110 0 10 11000000 1010111 1010010

Color Harmonies of #ABEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAF9

Black with #ABEAF9

Text Example


Text Example

White with #ABEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAF9; }

 p { color: rgb(171,234,249); }

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

background-color css

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

 a { background-color: rgb(171,234,249); }

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

border-color css

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

 span { border-color: rgb(171,234,249); }

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