Shades of Light Blue #ACD6DF
Tints of Light Blue #ACD6DF
RGB
CMYK
RGB Variations
Color information
#ACD6DF (or 0xACD6DF) is known color: Light Blue. HEX triplet: AC, D6 and DF. RGB value is (172,214,223). Sum of RGB (Red+Green+Blue) = 172+214+223=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6DF is #532920. Grayscale: #CACACA. Windows color (decimal): -5450017 or 14669484. OLE color: 14669484.
HSL color Cylindrical-coordinate representation of color #ACD6DF: hue angle of 190.59º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD6DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 214 | 223 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.13 |
| HSL | 190.59º | 0.44% | 0.77% | - |
| HSV(B) | 190.59º | 0.23% | 0.87% | - |
| XYZ | 54.38 | 62.19 | 78.95 | - |
| YUV | 202.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 223 | 0.23 | 0.04 | 0 | 0.13 | 190.59 | 0.44 | 0.77 |
| Hex | AC | D6 | DF | 17 | 4 | 0 | D | BF | 2C | 4D |
| Octal | 254 | 326 | 337 | 27 | 4 | 0 | 15 | 277 | 54 | 115 |
| Binary | 10101100 | 11010110 | 11011111 | 10111 | 100 | 0 | 1101 | 10111111 | 101100 | 1001101 |
Color Harmonies of #ACD6DF
Complementary color
Monochromatic Colors of #ACD6DF
Black with #ACD6DF
Text Example
Text Example
White with #ACD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6DF; }
p { color: rgb(172,214,223); }
H1.HeaderClassName
{
color: #ACD6DF;
}
.AnyTagClassName
{
color: #ACD6DF;
}
</style>
background-color css
<style>
a { background-color: #ACD6DF; }
a { background-color: rgb(172,214,223); }
div.DivClassName
{
background-color: #ACD6DF;
}
.BgClassName
{
background-color: #ACD6DF;
}
</style>
border-color css
<style>
span { border-color: #ACD6DF; }
span { border-color: rgb(172,214,223); }
td.TdClassName
{
border-color: #ACD6DF;
}
.TagClassName
{
border-color: #ACD6DF;
}
</style>