Html Css Color HEX #ABE8F1 Blizzard Blue

📋 copy color: '#ABE8F1'

red 171 ◦ green 232 ◦ blue 241

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

Shades of Blizzard Blue #ABE8F1

Tints of Blizzard Blue #ABE8F1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.02%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 26.55%
G = 36.02%
B = 37.42%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE8F1 (or 0xABE8F1) is known color: Blizzard Blue. HEX triplet: AB, E8 and F1. RGB value is (171,232,241). Sum of RGB (Red+Green+Blue) = 171+232+241=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F1 is #54170E. Grayscale: #D6D6D6. Windows color (decimal): -5510927 or 15853739. OLE color: 15853739.

HSL color Cylindrical-coordinate representation of color #ABE8F1: hue angle of 187.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE8F1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 232 241 -
CMYK 0.29 0.04 0 0.05
HSL 187.71º 0.71% 0.81% -
HSV(B) 187.71º 0.29% 0.95% -
XYZ 61.53 72.72 94.01 -
YUV 214.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 171 232 241 0.29 0.04 0 0.05 187.71 0.71 0.81
Hex AB E8 F1 1D 4 0 5 BC 47 51
Octal 253 350 361 35 4 0 5 274 107 121
Binary 10101011 11101000 11110001 11101 100 0 101 10111100 1000111 1010001

Color Harmonies of #ABE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE8F1

Black with #ABE8F1

Text Example


Text Example

White with #ABE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE8F1; }

 p { color: rgb(171,232,241); }

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

background-color css

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

 a { background-color: rgb(171,232,241); }

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

border-color css

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

 span { border-color: rgb(171,232,241); }

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