#ABDBDF

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

Shades of Powder Blue #ABDBDF

Tints of Powder Blue #ABDBDF

Color information

#ABDBDF (or 0xABDBDF) is unknown color: approx Powder Blue. HEX triplet: AB, DB and DF. RGB value is (171,219,223). Sum of RGB (Red+Green+Blue) = 171+219+223=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDF is #542420. Grayscale: #CDCDCD. Windows color (decimal): -5514273 or 14670763. OLE color: 14670763.

HSL color Cylindrical-coordinate representation of color #ABDBDF: hue angle of 184.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDBDF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171219223-
CMYK0.230.0200.13
HSL184.62º44.83%77.25%-
HSV(B)184.62º23.32%87.45%-
XYZ55.4564.6579.37-
YUV205.1138.1103.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=27.90%
G=35.73%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712192230.230.0200.13184.6244.8377.25
HexABDBDF1720Db92d4d
Octal25333333727201527155115
Binary101010111101101111011111101111001101101110011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBDF; }

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

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

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

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

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

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

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

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