#ACDBDE

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

Shades of Powder Blue #ACDBDE

Tints of Powder Blue #ACDBDE

Color information

#ACDBDE (or 0xACDBDE) is unknown color: approx Powder Blue. HEX triplet: AC, DB and DE. RGB value is (172,219,222). Sum of RGB (Red+Green+Blue) = 172+219+222=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDE is #532421. Grayscale: #CDCDCD. Windows color (decimal): -5448738 or 14605228. OLE color: 14605228.

HSL color Cylindrical-coordinate representation of color #ACDBDE: hue angle of 183.6º degrees, saturation: 0.43, 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 #ACDBDE is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172219222-
CMYK0.230.0100.13
HSL183.6º43.1%77.25%-
HSV(B)183.6º22.52%87.06%-
XYZ55.5364.7178.67-
YUV205.29137.43104.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=28.06%
G=35.73%
B=36.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722192220.230.0100.13183.643.177.25
HexACDBDE1710Db82b4d
Octal25433333627101527053115
Binary10101100110110111101111010111101101101110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBDE; }

 p { color: rgb(172,219,222); }

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

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

 a { background-color: rgb(172,219,222); }

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

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

 span { border-color: rgb(172,219,222); }

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