Shades of Light Blue #ACD7DE
Tints of Light Blue #ACD7DE
RGB
CMYK
RGB Variations
Color information
#ACD7DE (or 0xACD7DE) is known color: Light Blue. HEX triplet: AC, D7 and DE. RGB value is (172,215,222). Sum of RGB (Red+Green+Blue) = 172+215+222=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DE is #532821. Grayscale: #CACACA. Windows color (decimal): -5449762 or 14604204. OLE color: 14604204.
HSL color Cylindrical-coordinate representation of color #ACD7DE: hue angle of 188.4º degrees, saturation: 0.43, 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 #ACD7DE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 215 | 222 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.13 |
| HSL | 188.4º | 0.43% | 0.77% | - |
| HSV(B) | 188.4º | 0.23% | 0.87% | - |
| XYZ | 54.5 | 62.65 | 78.33 | - |
| YUV | 202.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 222 | 0.23 | 0.03 | 0 | 0.13 | 188.4 | 0.43 | 0.77 |
| Hex | AC | D7 | DE | 17 | 3 | 0 | D | BC | 2B | 4D |
| Octal | 254 | 327 | 336 | 27 | 3 | 0 | 15 | 274 | 53 | 115 |
| Binary | 10101100 | 11010111 | 11011110 | 10111 | 11 | 0 | 1101 | 10111100 | 101011 | 1001101 |
Color Harmonies of #ACD7DE
Complementary color
Monochromatic Colors of #ACD7DE
Black with #ACD7DE
Text Example
Text Example
White with #ACD7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7DE; }
p { color: rgb(172,215,222); }
H1.HeaderClassName
{
color: #ACD7DE;
}
.AnyTagClassName
{
color: #ACD7DE;
}
</style>
background-color css
<style>
a { background-color: #ACD7DE; }
a { background-color: rgb(172,215,222); }
div.DivClassName
{
background-color: #ACD7DE;
}
.BgClassName
{
background-color: #ACD7DE;
}
</style>
border-color css
<style>
span { border-color: #ACD7DE; }
span { border-color: rgb(172,215,222); }
td.TdClassName
{
border-color: #ACD7DE;
}
.TagClassName
{
border-color: #ACD7DE;
}
</style>