Html Css Color HEX #ABE3F1 Blizzard Blue

📋 copy color: '#ABE3F1'

red 171 ◦ green 227 ◦ blue 241

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

Shades of Blizzard Blue #ABE3F1

Tints of Blizzard Blue #ABE3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.52%

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

R = 26.76%
G = 35.52%
B = 37.72%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE3F1 (or 0xABE3F1) is known color: Blizzard Blue. HEX triplet: AB, E3 and F1. RGB value is (171,227,241). Sum of RGB (Red+Green+Blue) = 171+227+241=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3F1 is #541C0E. Grayscale: #D3D3D3. Windows color (decimal): -5512207 or 15852459. OLE color: 15852459.

HSL color Cylindrical-coordinate representation of color #ABE3F1: hue angle of 192º 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 #ABE3F1 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 227 241 -
CMYK 0.29 0.06 0 0.05
HSL 192º 0.71% 0.81% -
HSV(B) 192º 0.29% 0.95% -
XYZ 60.14 69.95 93.55 -
YUV 211.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 171 227 241 0.29 0.06 0 0.05 192 0.71 0.81
Hex AB E3 F1 1D 6 0 5 C0 47 51
Octal 253 343 361 35 6 0 5 300 107 121
Binary 10101011 11100011 11110001 11101 110 0 101 11000000 1000111 1010001

Color Harmonies of #ABE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE3F1

Black with #ABE3F1

Text Example


Text Example

White with #ABE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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