Shades of Light Blue #ACD6E5
Tints of Light Blue #ACD6E5
RGB
CMYK
RGB Variations
Color information
#ACD6E5 (or 0xACD6E5) is known color: Light Blue. HEX triplet: AC, D6 and E5. RGB value is (172,214,229). Sum of RGB (Red+Green+Blue) = 172+214+229=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6E5 is #53291A. Grayscale: #CBCBCB. Windows color (decimal): -5450011 or 15062700. OLE color: 15062700.
HSL color Cylindrical-coordinate representation of color #ACD6E5: hue angle of 195.79º degrees, saturation: 0.52, 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 #ACD6E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 214 | 229 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.10 |
| HSL | 195.79º | 0.52% | 0.79% | - |
| HSV(B) | 195.79º | 0.25% | 0.9% | - |
| XYZ | 55.2 | 62.52 | 83.29 | - |
| YUV | 203.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 229 | 0.25 | 0.07 | 0 | 0.10 | 195.79 | 0.52 | 0.79 |
| Hex | AC | D6 | E5 | 19 | 7 | 0 | A | C4 | 34 | 4F |
| Octal | 254 | 326 | 345 | 31 | 7 | 0 | 12 | 304 | 64 | 117 |
| Binary | 10101100 | 11010110 | 11100101 | 11001 | 111 | 0 | 1010 | 11000100 | 110100 | 1001111 |
Color Harmonies of #ACD6E5
Complementary color
Monochromatic Colors of #ACD6E5
Black with #ACD6E5
Text Example
Text Example
White with #ACD6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6E5; }
p { color: rgb(172,214,229); }
H1.HeaderClassName
{
color: #ACD6E5;
}
.AnyTagClassName
{
color: #ACD6E5;
}
</style>
background-color css
<style>
a { background-color: #ACD6E5; }
a { background-color: rgb(172,214,229); }
div.DivClassName
{
background-color: #ACD6E5;
}
.BgClassName
{
background-color: #ACD6E5;
}
</style>
border-color css
<style>
span { border-color: #ACD6E5; }
span { border-color: rgb(172,214,229); }
td.TdClassName
{
border-color: #ACD6E5;
}
.TagClassName
{
border-color: #ACD6E5;
}
</style>