Html Css Color HEX #ABEAFA Blizzard Blue

📋 copy color: '#ABEAFA'

red 171 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #ABEAFA

Tints of Blizzard Blue #ABEAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 26.11%
G = 35.73%
B = 38.17%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABEAFA (or 0xABEAFA) is known color: Blizzard Blue. HEX triplet: AB, EA and FA. RGB value is (171,234,250). Sum of RGB (Red+Green+Blue) = 171+234+250=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAFA is #541505. Grayscale: #D8D8D8. Windows color (decimal): -5510406 or 16444075. OLE color: 16444075.

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

Color convert

RGB 171 234 250 -
CMYK 0.32 0.06 0 0.02
HSL 192.15º 0.89% 0.83% -
HSV(B) 192.15º 0.32% 0.98% -
XYZ 63.47 74.41 101.46 -
YUV 216.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 171 234 250 0.32 0.06 0 0.02 192.15 0.89 0.83
Hex AB EA FA 20 6 0 2 C0 59 53
Octal 253 352 372 40 6 0 2 300 131 123
Binary 10101011 11101010 11111010 100000 110 0 10 11000000 1011001 1010011

Color Harmonies of #ABEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAFA

Black with #ABEAFA

Text Example


Text Example

White with #ABEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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