Shades of Powder Blue #ACDBE2
Tints of Powder Blue #ACDBE2
RGB
CMYK
RGB Variations
Color information
#ACDBE2 (or 0xACDBE2) is known color: Powder Blue. HEX triplet: AC, DB and E2. RGB value is (172,219,226). Sum of RGB (Red+Green+Blue) = 172+219+226=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACDBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE2 is #53241D. Grayscale: #CDCDCD. Windows color (decimal): -5448734 or 14867372. OLE color: 14867372.
HSL color Cylindrical-coordinate representation of color #ACDBE2: hue angle of 187.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDBE2 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 219 | 226 | - |
CMYK | 0.24 | 0.03 | 0 | 0.11 |
HSL | 187.78º | 0.48% | 0.78% | - |
HSV(B) | 187.78º | 0.24% | 0.89% | - |
XYZ | 56.07 | 64.92 | 81.53 | - |
YUV | 205.75 | 139.43 | 103.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 219 | 226 | 0.24 | 0.03 | 0 | 0.11 | 187.78 | 0.48 | 0.78 |
Hex | AC | DB | E2 | 18 | 3 | 0 | B | BC | 30 | 4E |
Octal | 254 | 333 | 342 | 30 | 3 | 0 | 13 | 274 | 60 | 116 |
Binary | 10101100 | 11011011 | 11100010 | 11000 | 11 | 0 | 1011 | 10111100 | 110000 | 1001110 |
Color Harmonies of #ACDBE2
Complementary color
Monochromatic Colors of #ACDBE2
Black with #ACDBE2
Text Example
Text Example
White with #ACDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBE2; }
p { color: rgb(172,219,226); }
H1.HeaderClassName
{
color: #ACDBE2;
}
.AnyTagClassName
{
color: #ACDBE2;
}
</style>
background-color css
<style>
a { background-color: #ACDBE2; }
a { background-color: rgb(172,219,226); }
div.DivClassName
{
background-color: #ACDBE2;
}
.BgClassName
{
background-color: #ACDBE2;
}
</style>
border-color css
<style>
span { border-color: #ACDBE2; }
span { border-color: rgb(172,219,226); }
td.TdClassName
{
border-color: #ACDBE2;
}
.TagClassName
{
border-color: #ACDBE2;
}
</style>