Shades of Light Blue #ACD4E3
Tints of Light Blue #ACD4E3
RGB
CMYK
RGB Variations
Color information
#ACD4E3 (or 0xACD4E3) is known color: Light Blue. HEX triplet: AC, D4 and E3. RGB value is (172,212,227). Sum of RGB (Red+Green+Blue) = 172+212+227=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACD4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4E3 is #532B1C. Grayscale: #C9C9C9. Windows color (decimal): -5450525 or 14931116. OLE color: 14931116.
HSL color Cylindrical-coordinate representation of color #ACD4E3: hue angle of 196.36º 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 #ACD4E3 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 212 | 227 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.11 |
| HSL | 196.36º | 0.5% | 0.78% | - |
| HSV(B) | 196.36º | 0.24% | 0.89% | - |
| XYZ | 54.42 | 61.4 | 81.66 | - |
| YUV | 201.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 227 | 0.24 | 0.07 | 0 | 0.11 | 196.36 | 0.5 | 0.78 |
| Hex | AC | D4 | E3 | 18 | 7 | 0 | B | C4 | 32 | 4E |
| Octal | 254 | 324 | 343 | 30 | 7 | 0 | 13 | 304 | 62 | 116 |
| Binary | 10101100 | 11010100 | 11100011 | 11000 | 111 | 0 | 1011 | 11000100 | 110010 | 1001110 |
Color Harmonies of #ACD4E3
Complementary color
Monochromatic Colors of #ACD4E3
Black with #ACD4E3
Text Example
Text Example
White with #ACD4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4E3; }
p { color: rgb(172,212,227); }
H1.HeaderClassName
{
color: #ACD4E3;
}
.AnyTagClassName
{
color: #ACD4E3;
}
</style>
background-color css
<style>
a { background-color: #ACD4E3; }
a { background-color: rgb(172,212,227); }
div.DivClassName
{
background-color: #ACD4E3;
}
.BgClassName
{
background-color: #ACD4E3;
}
</style>
border-color css
<style>
span { border-color: #ACD4E3; }
span { border-color: rgb(172,212,227); }
td.TdClassName
{
border-color: #ACD4E3;
}
.TagClassName
{
border-color: #ACD4E3;
}
</style>