Shades of Light Blue #ACD3E6
Tints of Light Blue #ACD3E6
RGB
CMYK
RGB Variations
Color information
#ACD3E6 (or 0xACD3E6) is known color: Light Blue. HEX triplet: AC, D3 and E6. RGB value is (172,211,230). Sum of RGB (Red+Green+Blue) = 172+211+230=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3E6 is #532C19. Grayscale: #C9C9C9. Windows color (decimal): -5450778 or 15127468. OLE color: 15127468.
HSL color Cylindrical-coordinate representation of color #ACD3E6: hue angle of 199.66º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD3E6 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 211 | 230 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.10 |
| HSL | 199.66º | 0.54% | 0.79% | - |
| HSV(B) | 199.66º | 0.25% | 0.9% | - |
| XYZ | 54.59 | 61.07 | 83.77 | - |
| YUV | 201.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 230 | 0.25 | 0.08 | 0 | 0.10 | 199.66 | 0.54 | 0.79 |
| Hex | AC | D3 | E6 | 19 | 8 | 0 | A | C8 | 36 | 4F |
| Octal | 254 | 323 | 346 | 31 | 10 | 0 | 12 | 310 | 66 | 117 |
| Binary | 10101100 | 11010011 | 11100110 | 11001 | 1000 | 0 | 1010 | 11001000 | 110110 | 1001111 |
Color Harmonies of #ACD3E6
Complementary color
Monochromatic Colors of #ACD3E6
Black with #ACD3E6
Text Example
Text Example
White with #ACD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3E6; }
p { color: rgb(172,211,230); }
H1.HeaderClassName
{
color: #ACD3E6;
}
.AnyTagClassName
{
color: #ACD3E6;
}
</style>
background-color css
<style>
a { background-color: #ACD3E6; }
a { background-color: rgb(172,211,230); }
div.DivClassName
{
background-color: #ACD3E6;
}
.BgClassName
{
background-color: #ACD3E6;
}
</style>
border-color css
<style>
span { border-color: #ACD3E6; }
span { border-color: rgb(172,211,230); }
td.TdClassName
{
border-color: #ACD3E6;
}
.TagClassName
{
border-color: #ACD3E6;
}
</style>