Shades of Powder Blue #ACDEE1
Tints of Powder Blue #ACDEE1
RGB
CMYK
RGB Variations
Color information
#ACDEE1 (or 0xACDEE1) is known color: Powder Blue. HEX triplet: AC, DE and E1. RGB value is (172,222,225). Sum of RGB (Red+Green+Blue) = 172+222+225=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEE1 is #53211E. Grayscale: #CFCFCF. Windows color (decimal): -5447967 or 14802604. OLE color: 14802604.
HSL color Cylindrical-coordinate representation of color #ACDEE1: hue angle of 183.4º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDEE1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 222 | 225 | - |
CMYK | 0.24 | 0.01 | 0 | 0.12 |
HSL | 183.4º | 0.47% | 0.78% | - |
HSV(B) | 183.4º | 0.24% | 0.88% | - |
XYZ | 56.73 | 66.45 | 81.07 | - |
YUV | 207.39 | 137.94 | 102.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 222 | 225 | 0.24 | 0.01 | 0 | 0.12 | 183.4 | 0.47 | 0.78 |
Hex | AC | DE | E1 | 18 | 1 | 0 | C | B7 | 2F | 4E |
Octal | 254 | 336 | 341 | 30 | 1 | 0 | 14 | 267 | 57 | 116 |
Binary | 10101100 | 11011110 | 11100001 | 11000 | 1 | 0 | 1100 | 10110111 | 101111 | 1001110 |
Color Harmonies of #ACDEE1
Complementary color
Monochromatic Colors of #ACDEE1
Black with #ACDEE1
Text Example
Text Example
White with #ACDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEE1; }
p { color: rgb(172,222,225); }
H1.HeaderClassName
{
color: #ACDEE1;
}
.AnyTagClassName
{
color: #ACDEE1;
}
</style>
background-color css
<style>
a { background-color: #ACDEE1; }
a { background-color: rgb(172,222,225); }
div.DivClassName
{
background-color: #ACDEE1;
}
.BgClassName
{
background-color: #ACDEE1;
}
</style>
border-color css
<style>
span { border-color: #ACDEE1; }
span { border-color: rgb(172,222,225); }
td.TdClassName
{
border-color: #ACDEE1;
}
.TagClassName
{
border-color: #ACDEE1;
}
</style>