Shades of Light Blue #ACD9EE
Tints of Light Blue #ACD9EE
RGB
CMYK
RGB Variations
Color information
#ACD9EE (or 0xACD9EE) is known color: Light Blue. HEX triplet: AC, D9 and EE. RGB value is (172,217,238). Sum of RGB (Red+Green+Blue) = 172+217+238=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9EE is #532611. Grayscale: #CDCDCD. Windows color (decimal): -5449234 or 15653292. OLE color: 15653292.
HSL color Cylindrical-coordinate representation of color #ACD9EE: hue angle of 199.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD9EE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 217 | 238 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.07 |
| HSL | 199.09º | 0.66% | 0.8% | - |
| HSV(B) | 199.09º | 0.28% | 0.93% | - |
| XYZ | 57.26 | 64.57 | 90.33 | - |
| YUV | 205.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 238 | 0.28 | 0.09 | 0 | 0.07 | 199.09 | 0.66 | 0.8 |
| Hex | AC | D9 | EE | 1C | 9 | 0 | 7 | C7 | 42 | 50 |
| Octal | 254 | 331 | 356 | 34 | 11 | 0 | 7 | 307 | 102 | 120 |
| Binary | 10101100 | 11011001 | 11101110 | 11100 | 1001 | 0 | 111 | 11000111 | 1000010 | 1010000 |
Color Harmonies of #ACD9EE
Complementary color
Monochromatic Colors of #ACD9EE
Black with #ACD9EE
Text Example
Text Example
White with #ACD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9EE; }
p { color: rgb(172,217,238); }
H1.HeaderClassName
{
color: #ACD9EE;
}
.AnyTagClassName
{
color: #ACD9EE;
}
</style>
background-color css
<style>
a { background-color: #ACD9EE; }
a { background-color: rgb(172,217,238); }
div.DivClassName
{
background-color: #ACD9EE;
}
.BgClassName
{
background-color: #ACD9EE;
}
</style>
border-color css
<style>
span { border-color: #ACD9EE; }
span { border-color: rgb(172,217,238); }
td.TdClassName
{
border-color: #ACD9EE;
}
.TagClassName
{
border-color: #ACD9EE;
}
</style>