Html Css Color HEX #ABE8F2 Blizzard Blue

📋 copy color: '#ABE8F2'

red 171 ◦ green 232 ◦ blue 242

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

Shades of Blizzard Blue #ABE8F2

Tints of Blizzard Blue #ABE8F2

RGB

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

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

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

R = 26.51%
G = 35.97%
B = 37.52%

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

#ABE8F2 (or 0xABE8F2) is known color: Blizzard Blue. HEX triplet: AB, E8 and F2. RGB value is (171,232,242). Sum of RGB (Red+Green+Blue) = 171+232+242=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABE8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F2 is #54170D. Grayscale: #D6D6D6. Windows color (decimal): -5510926 or 15919275. OLE color: 15919275.

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

Color convert

RGB 171 232 242 -
CMYK 0.29 0.04 0 0.05
HSL 188.45º 0.73% 0.81% -
HSV(B) 188.45º 0.29% 0.95% -
XYZ 61.68 72.78 94.8 -
YUV 214.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 171 232 242 0.29 0.04 0 0.05 188.45 0.73 0.81
Hex AB E8 F2 1D 4 0 5 BC 49 51
Octal 253 350 362 35 4 0 5 274 111 121
Binary 10101011 11101000 11110010 11101 100 0 101 10111100 1001001 1010001

Color Harmonies of #ABE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE8F2

Black with #ABE8F2

Text Example


Text Example

White with #ABE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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