Shades of Light Blue #ACD4E5
Tints of Light Blue #ACD4E5
RGB
CMYK
RGB Variations
Color information
#ACD4E5 (or 0xACD4E5) is known color: Light Blue. HEX triplet: AC, D4 and E5. RGB value is (172,212,229). Sum of RGB (Red+Green+Blue) = 172+212+229=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4E5 is #532B1A. Grayscale: #C9C9C9. Windows color (decimal): -5450523 or 15062188. OLE color: 15062188.
HSL color Cylindrical-coordinate representation of color #ACD4E5: hue angle of 197.89º 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 #ACD4E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 212 | 229 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.10 |
| HSL | 197.89º | 0.52% | 0.79% | - |
| HSV(B) | 197.89º | 0.25% | 0.9% | - |
| XYZ | 54.7 | 61.51 | 83.12 | - |
| YUV | 201.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 229 | 0.25 | 0.07 | 0 | 0.10 | 197.89 | 0.52 | 0.79 |
| Hex | AC | D4 | E5 | 19 | 7 | 0 | A | C6 | 34 | 4F |
| Octal | 254 | 324 | 345 | 31 | 7 | 0 | 12 | 306 | 64 | 117 |
| Binary | 10101100 | 11010100 | 11100101 | 11001 | 111 | 0 | 1010 | 11000110 | 110100 | 1001111 |
Color Harmonies of #ACD4E5
Complementary color
Monochromatic Colors of #ACD4E5
Black with #ACD4E5
Text Example
Text Example
White with #ACD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4E5; }
p { color: rgb(172,212,229); }
H1.HeaderClassName
{
color: #ACD4E5;
}
.AnyTagClassName
{
color: #ACD4E5;
}
</style>
background-color css
<style>
a { background-color: #ACD4E5; }
a { background-color: rgb(172,212,229); }
div.DivClassName
{
background-color: #ACD4E5;
}
.BgClassName
{
background-color: #ACD4E5;
}
</style>
border-color css
<style>
span { border-color: #ACD4E5; }
span { border-color: rgb(172,212,229); }
td.TdClassName
{
border-color: #ACD4E5;
}
.TagClassName
{
border-color: #ACD4E5;
}
</style>