Shades of Light Blue #ACDDE8
Tints of Light Blue #ACDDE8
RGB
CMYK
RGB Variations
Color information
#ACDDE8 (or 0xACDDE8) is known color: Light Blue. HEX triplet: AC, DD and E8. RGB value is (172,221,232). Sum of RGB (Red+Green+Blue) = 172+221+232=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDE8 is #532217. Grayscale: #CFCFCF. Windows color (decimal): -5448216 or 15261100. OLE color: 15261100.
HSL color Cylindrical-coordinate representation of color #ACDDE8: hue angle of 191º degrees, saturation: 0.57, 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 #ACDDE8 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 221 | 232 | - |
CMYK | 0.26 | 0.05 | 0 | 0.09 |
HSL | 191º | 0.57% | 0.79% | - |
HSV(B) | 191º | 0.26% | 0.91% | - |
XYZ | 57.44 | 66.31 | 86.12 | - |
YUV | 207.6 | 141.77 | 102.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 232 | 0.26 | 0.05 | 0 | 0.09 | 191 | 0.57 | 0.79 |
Hex | AC | DD | E8 | 1A | 5 | 0 | 9 | BF | 39 | 4F |
Octal | 254 | 335 | 350 | 32 | 5 | 0 | 11 | 277 | 71 | 117 |
Binary | 10101100 | 11011101 | 11101000 | 11010 | 101 | 0 | 1001 | 10111111 | 111001 | 1001111 |
Color Harmonies of #ACDDE8
Complementary color
Monochromatic Colors of #ACDDE8
Black with #ACDDE8
Text Example
Text Example
White with #ACDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDE8; }
p { color: rgb(172,221,232); }
H1.HeaderClassName
{
color: #ACDDE8;
}
.AnyTagClassName
{
color: #ACDDE8;
}
</style>
background-color css
<style>
a { background-color: #ACDDE8; }
a { background-color: rgb(172,221,232); }
div.DivClassName
{
background-color: #ACDDE8;
}
.BgClassName
{
background-color: #ACDDE8;
}
</style>
border-color css
<style>
span { border-color: #ACDDE8; }
span { border-color: rgb(172,221,232); }
td.TdClassName
{
border-color: #ACDDE8;
}
.TagClassName
{
border-color: #ACDDE8;
}
</style>