Shades of Light Blue #ACD6E4
Tints of Light Blue #ACD6E4
RGB
CMYK
RGB Variations
Color information
#ACD6E4 (or 0xACD6E4) is known color: Light Blue. HEX triplet: AC, D6 and E4. RGB value is (172,214,228). Sum of RGB (Red+Green+Blue) = 172+214+228=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACD6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6E4 is #53291B. Grayscale: #CACACA. Windows color (decimal): -5450012 or 14997164. OLE color: 14997164.
HSL color Cylindrical-coordinate representation of color #ACD6E4: hue angle of 195º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD6E4 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 214 | 228 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.11 |
| HSL | 195º | 0.51% | 0.78% | - |
| HSV(B) | 195º | 0.25% | 0.89% | - |
| XYZ | 55.06 | 62.47 | 82.55 | - |
| YUV | 203.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 228 | 0.25 | 0.06 | 0 | 0.11 | 195 | 0.51 | 0.78 |
| Hex | AC | D6 | E4 | 19 | 6 | 0 | B | C3 | 33 | 4E |
| Octal | 254 | 326 | 344 | 31 | 6 | 0 | 13 | 303 | 63 | 116 |
| Binary | 10101100 | 11010110 | 11100100 | 11001 | 110 | 0 | 1011 | 11000011 | 110011 | 1001110 |
Color Harmonies of #ACD6E4
Complementary color
Monochromatic Colors of #ACD6E4
Black with #ACD6E4
Text Example
Text Example
White with #ACD6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6E4; }
p { color: rgb(172,214,228); }
H1.HeaderClassName
{
color: #ACD6E4;
}
.AnyTagClassName
{
color: #ACD6E4;
}
</style>
background-color css
<style>
a { background-color: #ACD6E4; }
a { background-color: rgb(172,214,228); }
div.DivClassName
{
background-color: #ACD6E4;
}
.BgClassName
{
background-color: #ACD6E4;
}
</style>
border-color css
<style>
span { border-color: #ACD6E4; }
span { border-color: rgb(172,214,228); }
td.TdClassName
{
border-color: #ACD6E4;
}
.TagClassName
{
border-color: #ACD6E4;
}
</style>