Html Css Color HEX #ABE5F2 Blizzard Blue

📋 copy color: '#ABE5F2'

red 171 ◦ green 229 ◦ blue 242

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

Shades of Blizzard Blue #ABE5F2

Tints of Blizzard Blue #ABE5F2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.67%

 BLUE value IS 242 (94.92% from 255) = 37.69%

R = 26.64%
G = 35.67%
B = 37.69%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE5F2 (or 0xABE5F2) is known color: Blizzard Blue. HEX triplet: AB, E5 and F2. RGB value is (171,229,242). Sum of RGB (Red+Green+Blue) = 171+229+242=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABE5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5F2 is #541A0D. Grayscale: #D5D5D5. Windows color (decimal): -5511694 or 15918507. OLE color: 15918507.

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

Color convert

RGB 171 229 242 -
CMYK 0.29 0.05 0 0.05
HSL 190.99º 0.73% 0.81% -
HSV(B) 190.99º 0.29% 0.95% -
XYZ 60.84 71.11 94.52 -
YUV 213.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 171 229 242 0.29 0.05 0 0.05 190.99 0.73 0.81
Hex AB E5 F2 1D 5 0 5 BF 49 51
Octal 253 345 362 35 5 0 5 277 111 121
Binary 10101011 11100101 11110010 11101 101 0 101 10111111 1001001 1010001

Color Harmonies of #ABE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5F2

Black with #ABE5F2

Text Example


Text Example

White with #ABE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5F2; }

 p { color: rgb(171,229,242); }

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

background-color css

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

 a { background-color: rgb(171,229,242); }

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

border-color css

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

 span { border-color: rgb(171,229,242); }

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