#ABDCE2

Color #ABDCE2 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #ABDCE2

Tints of Powder Blue #ABDCE2

Color information

#ABDCE2 (or 0xABDCE2) is unknown color: approx Powder Blue. HEX triplet: AB, DC and E2. RGB value is (171,220,226). Sum of RGB (Red+Green+Blue) = 171+220+226=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE2 is #54231D. Grayscale: #CDCDCD. Windows color (decimal): -5514014 or 14867627. OLE color: 14867627.

HSL color Cylindrical-coordinate representation of color #ABDCE2: hue angle of 186.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDCE2 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171220226-
CMYK0.240.0300.11
HSL186.55º48.67%77.84%-
HSV(B)186.55º24.34%88.63%-
XYZ56.1265.3481.6-
YUV206.03139.27103.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=27.71%
G=35.66%
B=36.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712202260.240.0300.11186.5548.6777.84
HexABDCE21830Bbb314e
Octal25333434230301327361116
Binary101010111101110011100010110001101011101110111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCE2; }

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

 H1.HeaderClassName
 {
   color: #ABDCE2;
 }
 .AnyTagClassName
 {
   color: #ABDCE2;
 }
</style>
background-color css

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

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

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

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

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

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