Html Css Color HEX #ABE2EC Blizzard Blue

📋 copy color: '#ABE2EC'

red 171 ◦ green 226 ◦ blue 236

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

Shades of Blizzard Blue #ABE2EC

Tints of Blizzard Blue #ABE2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 27.01%
G = 35.7%
B = 37.28%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABE2EC (or 0xABE2EC) is known color: Blizzard Blue. HEX triplet: AB, E2 and EC. RGB value is (171,226,236). Sum of RGB (Red+Green+Blue) = 171+226+236=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2EC is #541D13. Grayscale: #D2D2D2. Windows color (decimal): -5512468 or 15524523. OLE color: 15524523.

HSL color Cylindrical-coordinate representation of color #ABE2EC: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE2EC is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 226 236 -
CMYK 0.28 0.04 0 0.07
HSL 189.23º 0.63% 0.8% -
HSV(B) 189.23º 0.28% 0.93% -
XYZ 59.13 69.11 89.58 -
YUV 210.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 171 226 236 0.28 0.04 0 0.07 189.23 0.63 0.8
Hex AB E2 EC 1C 4 0 7 BD 3F 50
Octal 253 342 354 34 4 0 7 275 77 120
Binary 10101011 11100010 11101100 11100 100 0 111 10111101 111111 1010000

Color Harmonies of #ABE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2EC

Black with #ABE2EC

Text Example


Text Example

White with #ABE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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