Shades of Light Blue #ACDDF6
Tints of Light Blue #ACDDF6
RGB
CMYK
RGB Variations
Color information
#ACDDF6 (or 0xACDDF6) is known color: Light Blue. HEX triplet: AC, DD and F6. RGB value is (172,221,246). Sum of RGB (Red+Green+Blue) = 172+221+246=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF6 is #532209. Grayscale: #D1D1D1. Windows color (decimal): -5448202 or 16178604. OLE color: 16178604.
HSL color Cylindrical-coordinate representation of color #ACDDF6: hue angle of 200.27º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDDF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 221 | 246 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.04 |
| HSL | 200.27º | 0.8% | 0.82% | - |
| HSV(B) | 200.27º | 0.3% | 0.96% | - |
| XYZ | 59.5 | 67.14 | 97.01 | - |
| YUV | 209.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 246 | 0.30 | 0.10 | 0 | 0.04 | 200.27 | 0.8 | 0.82 |
| Hex | AC | DD | F6 | 1E | A | 0 | 4 | C8 | 50 | 52 |
| Octal | 254 | 335 | 366 | 36 | 12 | 0 | 4 | 310 | 120 | 122 |
| Binary | 10101100 | 11011101 | 11110110 | 11110 | 1010 | 0 | 100 | 11001000 | 1010000 | 1010010 |
Color Harmonies of #ACDDF6
Complementary color
Monochromatic Colors of #ACDDF6
Black with #ACDDF6
Text Example
Text Example
White with #ACDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDF6; }
p { color: rgb(172,221,246); }
H1.HeaderClassName
{
color: #ACDDF6;
}
.AnyTagClassName
{
color: #ACDDF6;
}
</style>
background-color css
<style>
a { background-color: #ACDDF6; }
a { background-color: rgb(172,221,246); }
div.DivClassName
{
background-color: #ACDDF6;
}
.BgClassName
{
background-color: #ACDDF6;
}
</style>
border-color css
<style>
span { border-color: #ACDDF6; }
span { border-color: rgb(172,221,246); }
td.TdClassName
{
border-color: #ACDDF6;
}
.TagClassName
{
border-color: #ACDDF6;
}
</style>