Shades of Light Blue #ACDCE9
Tints of Light Blue #ACDCE9
RGB
CMYK
RGB Variations
Color information
#ACDCE9 (or 0xACDCE9) is known color: Light Blue. HEX triplet: AC, DC and E9. RGB value is (172,220,233). Sum of RGB (Red+Green+Blue) = 172+220+233=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCE9 is #532316. Grayscale: #CFCFCF. Windows color (decimal): -5448471 or 15326380. OLE color: 15326380.
HSL color Cylindrical-coordinate representation of color #ACDCE9: hue angle of 192.79º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDCE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 220 | 233 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.09 |
| HSL | 192.79º | 0.58% | 0.79% | - |
| HSV(B) | 192.79º | 0.26% | 0.91% | - |
| XYZ | 57.31 | 65.84 | 86.78 | - |
| YUV | 207.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 233 | 0.26 | 0.06 | 0 | 0.09 | 192.79 | 0.58 | 0.79 |
| Hex | AC | DC | E9 | 1A | 6 | 0 | 9 | C1 | 3A | 4F |
| Octal | 254 | 334 | 351 | 32 | 6 | 0 | 11 | 301 | 72 | 117 |
| Binary | 10101100 | 11011100 | 11101001 | 11010 | 110 | 0 | 1001 | 11000001 | 111010 | 1001111 |
Color Harmonies of #ACDCE9
Complementary color
Monochromatic Colors of #ACDCE9
Black with #ACDCE9
Text Example
Text Example
White with #ACDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCE9; }
p { color: rgb(172,220,233); }
H1.HeaderClassName
{
color: #ACDCE9;
}
.AnyTagClassName
{
color: #ACDCE9;
}
</style>
background-color css
<style>
a { background-color: #ACDCE9; }
a { background-color: rgb(172,220,233); }
div.DivClassName
{
background-color: #ACDCE9;
}
.BgClassName
{
background-color: #ACDCE9;
}
</style>
border-color css
<style>
span { border-color: #ACDCE9; }
span { border-color: rgb(172,220,233); }
td.TdClassName
{
border-color: #ACDCE9;
}
.TagClassName
{
border-color: #ACDCE9;
}
</style>