Shades of Light Blue #ACD5E5
Tints of Light Blue #ACD5E5
RGB
CMYK
RGB Variations
Color information
#ACD5E5 (or 0xACD5E5) is known color: Light Blue. HEX triplet: AC, D5 and E5. RGB value is (172,213,229). Sum of RGB (Red+Green+Blue) = 172+213+229=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5E5 is #532A1A. Grayscale: #CACACA. Windows color (decimal): -5450267 or 15062444. OLE color: 15062444.
HSL color Cylindrical-coordinate representation of color #ACD5E5: hue angle of 196.84º 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 #ACD5E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 213 | 229 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.10 |
| HSL | 196.84º | 0.52% | 0.79% | - |
| HSV(B) | 196.84º | 0.25% | 0.9% | - |
| XYZ | 54.95 | 62.02 | 83.2 | - |
| YUV | 202.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 229 | 0.25 | 0.07 | 0 | 0.10 | 196.84 | 0.52 | 0.79 |
| Hex | AC | D5 | E5 | 19 | 7 | 0 | A | C5 | 34 | 4F |
| Octal | 254 | 325 | 345 | 31 | 7 | 0 | 12 | 305 | 64 | 117 |
| Binary | 10101100 | 11010101 | 11100101 | 11001 | 111 | 0 | 1010 | 11000101 | 110100 | 1001111 |
Color Harmonies of #ACD5E5
Complementary color
Monochromatic Colors of #ACD5E5
Black with #ACD5E5
Text Example
Text Example
White with #ACD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5E5; }
p { color: rgb(172,213,229); }
H1.HeaderClassName
{
color: #ACD5E5;
}
.AnyTagClassName
{
color: #ACD5E5;
}
</style>
background-color css
<style>
a { background-color: #ACD5E5; }
a { background-color: rgb(172,213,229); }
div.DivClassName
{
background-color: #ACD5E5;
}
.BgClassName
{
background-color: #ACD5E5;
}
</style>
border-color css
<style>
span { border-color: #ACD5E5; }
span { border-color: rgb(172,213,229); }
td.TdClassName
{
border-color: #ACD5E5;
}
.TagClassName
{
border-color: #ACD5E5;
}
</style>