Shades of Light Blue #ACD7ED
Tints of Light Blue #ACD7ED
RGB
CMYK
RGB Variations
Color information
#ACD7ED (or 0xACD7ED) is known color: Light Blue. HEX triplet: AC, D7 and ED. RGB value is (172,215,237). Sum of RGB (Red+Green+Blue) = 172+215+237=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7ED is #532812. Grayscale: #CCCCCC. Windows color (decimal): -5449747 or 15587244. OLE color: 15587244.
HSL color Cylindrical-coordinate representation of color #ACD7ED: hue angle of 200.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD7ED is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 215 | 237 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.07 |
| HSL | 200.31º | 0.64% | 0.8% | - |
| HSV(B) | 200.31º | 0.27% | 0.93% | - |
| XYZ | 56.6 | 63.49 | 89.39 | - |
| YUV | 204.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 237 | 0.27 | 0.09 | 0 | 0.07 | 200.31 | 0.64 | 0.8 |
| Hex | AC | D7 | ED | 1B | 9 | 0 | 7 | C8 | 40 | 50 |
| Octal | 254 | 327 | 355 | 33 | 11 | 0 | 7 | 310 | 100 | 120 |
| Binary | 10101100 | 11010111 | 11101101 | 11011 | 1001 | 0 | 111 | 11001000 | 1000000 | 1010000 |
Color Harmonies of #ACD7ED
Complementary color
Monochromatic Colors of #ACD7ED
Black with #ACD7ED
Text Example
Text Example
White with #ACD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7ED; }
p { color: rgb(172,215,237); }
H1.HeaderClassName
{
color: #ACD7ED;
}
.AnyTagClassName
{
color: #ACD7ED;
}
</style>
background-color css
<style>
a { background-color: #ACD7ED; }
a { background-color: rgb(172,215,237); }
div.DivClassName
{
background-color: #ACD7ED;
}
.BgClassName
{
background-color: #ACD7ED;
}
</style>
border-color css
<style>
span { border-color: #ACD7ED; }
span { border-color: rgb(172,215,237); }
td.TdClassName
{
border-color: #ACD7ED;
}
.TagClassName
{
border-color: #ACD7ED;
}
</style>