#ABDBE2

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

Shades of Powder Blue #ABDBE2

Tints of Powder Blue #ABDBE2

Color information

#ABDBE2 (or 0xABDBE2) is unknown color: approx Powder Blue. HEX triplet: AB, DB and E2. RGB value is (171,219,226). Sum of RGB (Red+Green+Blue) = 171+219+226=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABDBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBE2 is #54241D. Grayscale: #CDCDCD. Windows color (decimal): -5514270 or 14867371. OLE color: 14867371.

HSL color Cylindrical-coordinate representation of color #ABDBE2: hue angle of 187.64º 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 #ABDBE2 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171219226-
CMYK0.240.0300.11
HSL187.64º48.67%77.84%-
HSV(B)187.64º24.34%88.63%-
XYZ55.8564.8181.52-
YUV205.45139.6103.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=27.76%
G=35.55%
B=36.69%

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
Decimal1712192260.240.0300.11187.6448.6777.84
HexABDBE21830Bbc314e
Octal25333334230301327461116
Binary101010111101101111100010110001101011101111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBE2; }

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

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

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

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

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

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

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

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