#ABD8DA

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

Shades of Powder Blue #ABD8DA

Tints of Powder Blue #ABD8DA

Color information

#ABD8DA (or 0xABD8DA) is unknown color: approx Powder Blue. HEX triplet: AB, D8 and DA. RGB value is (171,216,218). Sum of RGB (Red+Green+Blue) = 171+216+218=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABD8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8DA is #542725. Grayscale: #CACACA. Windows color (decimal): -5515046 or 14342315. OLE color: 14342315.

HSL color Cylindrical-coordinate representation of color #ABD8DA: hue angle of 182.55º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD8DA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171216218-
CMYK0.220.0100.15
HSL182.55º38.84%76.27%-
HSV(B)182.55º21.56%85.49%-
XYZ54.0162.8375.61-
YUV202.77136.59105.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=28.26%
G=35.70%
B=36.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712162180.220.0100.15182.5538.8476.27
HexABD8DA1610Fb7274c
Octal25333033226101726747114
Binary10101011110110001101101010110101111101101111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8DA; }

 p { color: rgb(171,216,218); }

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

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

 a { background-color: rgb(171,216,218); }

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

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

 span { border-color: rgb(171,216,218); }

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