Shades of Light Blue #ACD8EE
Tints of Light Blue #ACD8EE
RGB
CMYK
RGB Variations
Color information
#ACD8EE (or 0xACD8EE) is known color: Light Blue. HEX triplet: AC, D8 and EE. RGB value is (172,216,238). Sum of RGB (Red+Green+Blue) = 172+216+238=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8EE is #532711. Grayscale: #CDCDCD. Windows color (decimal): -5449490 or 15653036. OLE color: 15653036.
HSL color Cylindrical-coordinate representation of color #ACD8EE: hue angle of 200º 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 #ACD8EE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 216 | 238 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.07 |
| HSL | 200º | 0.66% | 0.8% | - |
| HSV(B) | 200º | 0.28% | 0.93% | - |
| XYZ | 57 | 64.06 | 90.25 | - |
| YUV | 205.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 238 | 0.28 | 0.09 | 0 | 0.07 | 200 | 0.66 | 0.8 |
| Hex | AC | D8 | EE | 1C | 9 | 0 | 7 | C8 | 42 | 50 |
| Octal | 254 | 330 | 356 | 34 | 11 | 0 | 7 | 310 | 102 | 120 |
| Binary | 10101100 | 11011000 | 11101110 | 11100 | 1001 | 0 | 111 | 11001000 | 1000010 | 1010000 |
Color Harmonies of #ACD8EE
Complementary color
Monochromatic Colors of #ACD8EE
Black with #ACD8EE
Text Example
Text Example
White with #ACD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8EE; }
p { color: rgb(172,216,238); }
H1.HeaderClassName
{
color: #ACD8EE;
}
.AnyTagClassName
{
color: #ACD8EE;
}
</style>
background-color css
<style>
a { background-color: #ACD8EE; }
a { background-color: rgb(172,216,238); }
div.DivClassName
{
background-color: #ACD8EE;
}
.BgClassName
{
background-color: #ACD8EE;
}
</style>
border-color css
<style>
span { border-color: #ACD8EE; }
span { border-color: rgb(172,216,238); }
td.TdClassName
{
border-color: #ACD8EE;
}
.TagClassName
{
border-color: #ACD8EE;
}
</style>