#ACDADB

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

Shades of Powder Blue #ACDADB

Tints of Powder Blue #ACDADB

Color information

#ACDADB (or 0xACDADB) is unknown color: approx Powder Blue. HEX triplet: AC, DA and DB. RGB value is (172,218,219). Sum of RGB (Red+Green+Blue) = 172+218+219=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADB is #532524. Grayscale: #CCCCCC. Windows color (decimal): -5448997 or 14408364. OLE color: 14408364.

HSL color Cylindrical-coordinate representation of color #ACDADB: hue angle of 181.28º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDADB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172218219-
CMYK0.210.0000.14
HSL181.28º39.5%76.67%-
HSV(B)181.28º21.46%85.88%-
XYZ54.8764.0376.48-
YUV204.36136.26104.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=28.24%
G=35.80%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722182190.210.0000.14181.2839.576.67
HexACDADB1500Eb5274d
Octal25433233325001626547115
Binary10101100110110101101101110101001110101101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDADB; }

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

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

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

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

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

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

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

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