Shades of Powder Blue #ACDEE5
Tints of Powder Blue #ACDEE5
RGB
CMYK
RGB Variations
Color information
#ACDEE5 (or 0xACDEE5) is known color: Powder Blue. HEX triplet: AC, DE and E5. RGB value is (172,222,229). Sum of RGB (Red+Green+Blue) = 172+222+229=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEE5 is #53211A. Grayscale: #CFCFCF. Windows color (decimal): -5447963 or 15064748. OLE color: 15064748.
HSL color Cylindrical-coordinate representation of color #ACDEE5: hue angle of 187.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDEE5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 222 | 229 | - |
CMYK | 0.25 | 0.03 | 0 | 0.10 |
HSL | 187.37º | 0.52% | 0.79% | - |
HSV(B) | 187.37º | 0.25% | 0.9% | - |
XYZ | 57.28 | 66.67 | 83.98 | - |
YUV | 207.85 | 139.94 | 102.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 222 | 229 | 0.25 | 0.03 | 0 | 0.10 | 187.37 | 0.52 | 0.79 |
Hex | AC | DE | E5 | 19 | 3 | 0 | A | BB | 34 | 4F |
Octal | 254 | 336 | 345 | 31 | 3 | 0 | 12 | 273 | 64 | 117 |
Binary | 10101100 | 11011110 | 11100101 | 11001 | 11 | 0 | 1010 | 10111011 | 110100 | 1001111 |
Color Harmonies of #ACDEE5
Complementary color
Monochromatic Colors of #ACDEE5
Black with #ACDEE5
Text Example
Text Example
White with #ACDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEE5; }
p { color: rgb(172,222,229); }
H1.HeaderClassName
{
color: #ACDEE5;
}
.AnyTagClassName
{
color: #ACDEE5;
}
</style>
background-color css
<style>
a { background-color: #ACDEE5; }
a { background-color: rgb(172,222,229); }
div.DivClassName
{
background-color: #ACDEE5;
}
.BgClassName
{
background-color: #ACDEE5;
}
</style>
border-color css
<style>
span { border-color: #ACDEE5; }
span { border-color: rgb(172,222,229); }
td.TdClassName
{
border-color: #ACDEE5;
}
.TagClassName
{
border-color: #ACDEE5;
}
</style>