Shades of Light Blue #ACDFF0
Tints of Light Blue #ACDFF0
RGB
CMYK
RGB Variations
Color information
#ACDFF0 (or 0xACDFF0) is known color: Light Blue. HEX triplet: AC, DF and F0. RGB value is (172,223,240). Sum of RGB (Red+Green+Blue) = 172+223+240=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF0 is #53200F. Grayscale: #D1D1D1. Windows color (decimal): -5447696 or 15785900. OLE color: 15785900.
HSL color Cylindrical-coordinate representation of color #ACDFF0: hue angle of 195º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDFF0 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 223 | 240 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.06 |
| HSL | 195º | 0.69% | 0.81% | - |
| HSV(B) | 195º | 0.28% | 0.94% | - |
| XYZ | 59.13 | 67.84 | 92.42 | - |
| YUV | 209.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 240 | 0.28 | 0.07 | 0 | 0.06 | 195 | 0.69 | 0.81 |
| Hex | AC | DF | F0 | 1C | 7 | 0 | 6 | C3 | 45 | 51 |
| Octal | 254 | 337 | 360 | 34 | 7 | 0 | 6 | 303 | 105 | 121 |
| Binary | 10101100 | 11011111 | 11110000 | 11100 | 111 | 0 | 110 | 11000011 | 1000101 | 1010001 |
Color Harmonies of #ACDFF0
Complementary color
Monochromatic Colors of #ACDFF0
Black with #ACDFF0
Text Example
Text Example
White with #ACDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFF0; }
p { color: rgb(172,223,240); }
H1.HeaderClassName
{
color: #ACDFF0;
}
.AnyTagClassName
{
color: #ACDFF0;
}
</style>
background-color css
<style>
a { background-color: #ACDFF0; }
a { background-color: rgb(172,223,240); }
div.DivClassName
{
background-color: #ACDFF0;
}
.BgClassName
{
background-color: #ACDFF0;
}
</style>
border-color css
<style>
span { border-color: #ACDFF0; }
span { border-color: rgb(172,223,240); }
td.TdClassName
{
border-color: #ACDFF0;
}
.TagClassName
{
border-color: #ACDFF0;
}
</style>