Shades of Light Blue #ACD3E3
Tints of Light Blue #ACD3E3
RGB
CMYK
RGB Variations
Color information
#ACD3E3 (or 0xACD3E3) is known color: Light Blue. HEX triplet: AC, D3 and E3. RGB value is (172,211,227). Sum of RGB (Red+Green+Blue) = 172+211+227=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACD3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3E3 is #532C1C. Grayscale: #C9C9C9. Windows color (decimal): -5450781 or 14930860. OLE color: 14930860.
HSL color Cylindrical-coordinate representation of color #ACD3E3: hue angle of 197.45º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD3E3 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 211 | 227 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.11 |
| HSL | 197.45º | 0.5% | 0.78% | - |
| HSV(B) | 197.45º | 0.24% | 0.89% | - |
| XYZ | 54.17 | 60.91 | 81.57 | - |
| YUV | 201.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 227 | 0.24 | 0.07 | 0 | 0.11 | 197.45 | 0.5 | 0.78 |
| Hex | AC | D3 | E3 | 18 | 7 | 0 | B | C5 | 32 | 4E |
| Octal | 254 | 323 | 343 | 30 | 7 | 0 | 13 | 305 | 62 | 116 |
| Binary | 10101100 | 11010011 | 11100011 | 11000 | 111 | 0 | 1011 | 11000101 | 110010 | 1001110 |
Color Harmonies of #ACD3E3
Complementary color
Monochromatic Colors of #ACD3E3
Black with #ACD3E3
Text Example
Text Example
White with #ACD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3E3; }
p { color: rgb(172,211,227); }
H1.HeaderClassName
{
color: #ACD3E3;
}
.AnyTagClassName
{
color: #ACD3E3;
}
</style>
background-color css
<style>
a { background-color: #ACD3E3; }
a { background-color: rgb(172,211,227); }
div.DivClassName
{
background-color: #ACD3E3;
}
.BgClassName
{
background-color: #ACD3E3;
}
</style>
border-color css
<style>
span { border-color: #ACD3E3; }
span { border-color: rgb(172,211,227); }
td.TdClassName
{
border-color: #ACD3E3;
}
.TagClassName
{
border-color: #ACD3E3;
}
</style>