Shades of Light Blue #ACD2E6
Tints of Light Blue #ACD2E6
RGB
CMYK
RGB Variations
Color information
#ACD2E6 (or 0xACD2E6) is known color: Light Blue. HEX triplet: AC, D2 and E6. RGB value is (172,210,230). Sum of RGB (Red+Green+Blue) = 172+210+230=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2E6 is #532D19. Grayscale: #C8C8C8. Windows color (decimal): -5451034 or 15127212. OLE color: 15127212.
HSL color Cylindrical-coordinate representation of color #ACD2E6: hue angle of 200.69º 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 #ACD2E6 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 210 | 230 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.10 |
| HSL | 200.69º | 0.54% | 0.79% | - |
| HSV(B) | 200.69º | 0.25% | 0.9% | - |
| XYZ | 54.34 | 60.58 | 83.69 | - |
| YUV | 200.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 230 | 0.25 | 0.09 | 0 | 0.10 | 200.69 | 0.54 | 0.79 |
| Hex | AC | D2 | E6 | 19 | 9 | 0 | A | C9 | 36 | 4F |
| Octal | 254 | 322 | 346 | 31 | 11 | 0 | 12 | 311 | 66 | 117 |
| Binary | 10101100 | 11010010 | 11100110 | 11001 | 1001 | 0 | 1010 | 11001001 | 110110 | 1001111 |
Color Harmonies of #ACD2E6
Complementary color
Monochromatic Colors of #ACD2E6
Black with #ACD2E6
Text Example
Text Example
White with #ACD2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2E6; }
p { color: rgb(172,210,230); }
H1.HeaderClassName
{
color: #ACD2E6;
}
.AnyTagClassName
{
color: #ACD2E6;
}
</style>
background-color css
<style>
a { background-color: #ACD2E6; }
a { background-color: rgb(172,210,230); }
div.DivClassName
{
background-color: #ACD2E6;
}
.BgClassName
{
background-color: #ACD2E6;
}
</style>
border-color css
<style>
span { border-color: #ACD2E6; }
span { border-color: rgb(172,210,230); }
td.TdClassName
{
border-color: #ACD2E6;
}
.TagClassName
{
border-color: #ACD2E6;
}
</style>