Shades of Light Blue #ACDFF6
Tints of Light Blue #ACDFF6
RGB
CMYK
RGB Variations
Color information
#ACDFF6 (or 0xACDFF6) is known color: Light Blue. HEX triplet: AC, DF and F6. RGB value is (172,223,246). Sum of RGB (Red+Green+Blue) = 172+223+246=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF6 is #532009. Grayscale: #D2D2D2. Windows color (decimal): -5447690 or 16179116. OLE color: 16179116.
HSL color Cylindrical-coordinate representation of color #ACDFF6: hue angle of 198.65º 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 #ACDFF6 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 223 | 246 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.04 |
| HSL | 198.65º | 0.8% | 0.82% | - |
| HSV(B) | 198.65º | 0.3% | 0.96% | - |
| XYZ | 60.04 | 68.2 | 97.19 | - |
| YUV | 210.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 246 | 0.30 | 0.09 | 0 | 0.04 | 198.65 | 0.8 | 0.82 |
| Hex | AC | DF | F6 | 1E | 9 | 0 | 4 | C7 | 50 | 52 |
| Octal | 254 | 337 | 366 | 36 | 11 | 0 | 4 | 307 | 120 | 122 |
| Binary | 10101100 | 11011111 | 11110110 | 11110 | 1001 | 0 | 100 | 11000111 | 1010000 | 1010010 |
Color Harmonies of #ACDFF6
Complementary color
Monochromatic Colors of #ACDFF6
Black with #ACDFF6
Text Example
Text Example
White with #ACDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFF6; }
p { color: rgb(172,223,246); }
H1.HeaderClassName
{
color: #ACDFF6;
}
.AnyTagClassName
{
color: #ACDFF6;
}
</style>
background-color css
<style>
a { background-color: #ACDFF6; }
a { background-color: rgb(172,223,246); }
div.DivClassName
{
background-color: #ACDFF6;
}
.BgClassName
{
background-color: #ACDFF6;
}
</style>
border-color css
<style>
span { border-color: #ACDFF6; }
span { border-color: rgb(172,223,246); }
td.TdClassName
{
border-color: #ACDFF6;
}
.TagClassName
{
border-color: #ACDFF6;
}
</style>