Shades of Light Blue #ACD6E6
Tints of Light Blue #ACD6E6
RGB
CMYK
RGB Variations
Color information
#ACD6E6 (or 0xACD6E6) is known color: Light Blue. HEX triplet: AC, D6 and E6. RGB value is (172,214,230). Sum of RGB (Red+Green+Blue) = 172+214+230=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6E6 is #532919. Grayscale: #CBCBCB. Windows color (decimal): -5450010 or 15128236. OLE color: 15128236.
HSL color Cylindrical-coordinate representation of color #ACD6E6: hue angle of 196.55º degrees, saturation: 0.54, 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 #ACD6E6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 214 | 230 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.10 |
| HSL | 196.55º | 0.54% | 0.79% | - |
| HSV(B) | 196.55º | 0.25% | 0.9% | - |
| XYZ | 55.34 | 62.58 | 84.02 | - |
| YUV | 203.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 230 | 0.25 | 0.07 | 0 | 0.10 | 196.55 | 0.54 | 0.79 |
| Hex | AC | D6 | E6 | 19 | 7 | 0 | A | C5 | 36 | 4F |
| Octal | 254 | 326 | 346 | 31 | 7 | 0 | 12 | 305 | 66 | 117 |
| Binary | 10101100 | 11010110 | 11100110 | 11001 | 111 | 0 | 1010 | 11000101 | 110110 | 1001111 |
Color Harmonies of #ACD6E6
Complementary color
Monochromatic Colors of #ACD6E6
Black with #ACD6E6
Text Example
Text Example
White with #ACD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6E6; }
p { color: rgb(172,214,230); }
H1.HeaderClassName
{
color: #ACD6E6;
}
.AnyTagClassName
{
color: #ACD6E6;
}
</style>
background-color css
<style>
a { background-color: #ACD6E6; }
a { background-color: rgb(172,214,230); }
div.DivClassName
{
background-color: #ACD6E6;
}
.BgClassName
{
background-color: #ACD6E6;
}
</style>
border-color css
<style>
span { border-color: #ACD6E6; }
span { border-color: rgb(172,214,230); }
td.TdClassName
{
border-color: #ACD6E6;
}
.TagClassName
{
border-color: #ACD6E6;
}
</style>