Html Css Color HEX #ABE2F0 Blizzard Blue

📋 copy color: '#ABE2F0'

red 171 ◦ green 226 ◦ blue 240

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

Shades of Blizzard Blue #ABE2F0

Tints of Blizzard Blue #ABE2F0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.48%

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 26.84%
G = 35.48%
B = 37.68%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABE2F0 (or 0xABE2F0) is known color: Blizzard Blue. HEX triplet: AB, E2 and F0. RGB value is (171,226,240). Sum of RGB (Red+Green+Blue) = 171+226+240=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2F0 is #541D0F. Grayscale: #D3D3D3. Windows color (decimal): -5512464 or 15786667. OLE color: 15786667.

HSL color Cylindrical-coordinate representation of color #ABE2F0: hue angle of 192.17º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE2F0 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 226 240 -
CMYK 0.29 0.06 0 0.06
HSL 192.17º 0.7% 0.81% -
HSV(B) 192.17º 0.29% 0.94% -
XYZ 59.72 69.34 92.67 -
YUV 211.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 171 226 240 0.29 0.06 0 0.06 192.17 0.7 0.81
Hex AB E2 F0 1D 6 0 6 C0 46 51
Octal 253 342 360 35 6 0 6 300 106 121
Binary 10101011 11100010 11110000 11101 110 0 110 11000000 1000110 1010001

Color Harmonies of #ABE2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2F0

Black with #ABE2F0

Text Example


Text Example

White with #ABE2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2F0; }

 p { color: rgb(171,226,240); }

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

background-color css

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

 a { background-color: rgb(171,226,240); }

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

border-color css

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

 span { border-color: rgb(171,226,240); }

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