Shades of Light Blue #ACD8E8
Tints of Light Blue #ACD8E8
RGB
CMYK
RGB Variations
Color information
#ACD8E8 (or 0xACD8E8) is known color: Light Blue. HEX triplet: AC, D8 and E8. RGB value is (172,216,232). Sum of RGB (Red+Green+Blue) = 172+216+232=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACD8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8E8 is #532717. Grayscale: #CCCCCC. Windows color (decimal): -5449496 or 15259820. OLE color: 15259820.
HSL color Cylindrical-coordinate representation of color #ACD8E8: hue angle of 196º 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 #ACD8E8 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 216 | 232 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.09 |
| HSL | 196º | 0.57% | 0.79% | - |
| HSV(B) | 196º | 0.26% | 0.91% | - |
| XYZ | 56.13 | 63.71 | 85.68 | - |
| YUV | 204.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 232 | 0.26 | 0.07 | 0 | 0.09 | 196 | 0.57 | 0.79 |
| Hex | AC | D8 | E8 | 1A | 7 | 0 | 9 | C4 | 39 | 4F |
| Octal | 254 | 330 | 350 | 32 | 7 | 0 | 11 | 304 | 71 | 117 |
| Binary | 10101100 | 11011000 | 11101000 | 11010 | 111 | 0 | 1001 | 11000100 | 111001 | 1001111 |
Color Harmonies of #ACD8E8
Complementary color
Monochromatic Colors of #ACD8E8
Black with #ACD8E8
Text Example
Text Example
White with #ACD8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8E8; }
p { color: rgb(172,216,232); }
H1.HeaderClassName
{
color: #ACD8E8;
}
.AnyTagClassName
{
color: #ACD8E8;
}
</style>
background-color css
<style>
a { background-color: #ACD8E8; }
a { background-color: rgb(172,216,232); }
div.DivClassName
{
background-color: #ACD8E8;
}
.BgClassName
{
background-color: #ACD8E8;
}
</style>
border-color css
<style>
span { border-color: #ACD8E8; }
span { border-color: rgb(172,216,232); }
td.TdClassName
{
border-color: #ACD8E8;
}
.TagClassName
{
border-color: #ACD8E8;
}
</style>