Shades of Light Blue #ACD4E6
Tints of Light Blue #ACD4E6
RGB
CMYK
RGB Variations
Color information
#ACD4E6 (or 0xACD4E6) is known color: Light Blue. HEX triplet: AC, D4 and E6. RGB value is (172,212,230). Sum of RGB (Red+Green+Blue) = 172+212+230=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4E6 is #532B19. Grayscale: #C9C9C9. Windows color (decimal): -5450522 or 15127724. OLE color: 15127724.
HSL color Cylindrical-coordinate representation of color #ACD4E6: hue angle of 198.62º 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 #ACD4E6 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 212 | 230 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.10 |
| HSL | 198.62º | 0.54% | 0.79% | - |
| HSV(B) | 198.62º | 0.25% | 0.9% | - |
| XYZ | 54.84 | 61.57 | 83.86 | - |
| YUV | 202.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 230 | 0.25 | 0.08 | 0 | 0.10 | 198.62 | 0.54 | 0.79 |
| Hex | AC | D4 | E6 | 19 | 8 | 0 | A | C7 | 36 | 4F |
| Octal | 254 | 324 | 346 | 31 | 10 | 0 | 12 | 307 | 66 | 117 |
| Binary | 10101100 | 11010100 | 11100110 | 11001 | 1000 | 0 | 1010 | 11000111 | 110110 | 1001111 |
Color Harmonies of #ACD4E6
Complementary color
Monochromatic Colors of #ACD4E6
Black with #ACD4E6
Text Example
Text Example
White with #ACD4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4E6; }
p { color: rgb(172,212,230); }
H1.HeaderClassName
{
color: #ACD4E6;
}
.AnyTagClassName
{
color: #ACD4E6;
}
</style>
background-color css
<style>
a { background-color: #ACD4E6; }
a { background-color: rgb(172,212,230); }
div.DivClassName
{
background-color: #ACD4E6;
}
.BgClassName
{
background-color: #ACD4E6;
}
</style>
border-color css
<style>
span { border-color: #ACD4E6; }
span { border-color: rgb(172,212,230); }
td.TdClassName
{
border-color: #ACD4E6;
}
.TagClassName
{
border-color: #ACD4E6;
}
</style>