#ACDBE0

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

Shades of Powder Blue #ACDBE0

Tints of Powder Blue #ACDBE0

Color information

#ACDBE0 (or 0xACDBE0) is unknown color: approx Powder Blue. HEX triplet: AC, DB and E0. RGB value is (172,219,224). Sum of RGB (Red+Green+Blue) = 172+219+224=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE0 is #53241F. Grayscale: #CDCDCD. Windows color (decimal): -5448736 or 14736300. OLE color: 14736300.

HSL color Cylindrical-coordinate representation of color #ACDBE0: hue angle of 185.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDBE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172219224-
CMYK0.230.0200.12
HSL185.77º45.61%77.65%-
HSV(B)185.77º23.21%87.84%-
XYZ55.864.8280.09-
YUV205.52138.43104.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=27.97%
G=35.61%
B=36.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722192240.230.0200.12185.7745.6177.65
HexACDBE01720Cba2e4e
Octal25433334027201427256116
Binary101011001101101111100000101111001100101110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBE0; }

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

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

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

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

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

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

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

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