Shades of Light Blue #ACDFF2
Tints of Light Blue #ACDFF2
RGB
CMYK
RGB Variations
Color information
#ACDFF2 (or 0xACDFF2) is known color: Light Blue. HEX triplet: AC, DF and F2. RGB value is (172,223,242). Sum of RGB (Red+Green+Blue) = 172+223+242=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF2 is #53200D. Grayscale: #D1D1D1. Windows color (decimal): -5447694 or 15916972. OLE color: 15916972.
HSL color Cylindrical-coordinate representation of color #ACDFF2: hue angle of 196.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDFF2 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 223 | 242 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.05 |
| HSL | 196.29º | 0.73% | 0.81% | - |
| HSV(B) | 196.29º | 0.29% | 0.95% | - |
| XYZ | 59.43 | 67.96 | 93.99 | - |
| YUV | 209.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 242 | 0.29 | 0.08 | 0 | 0.05 | 196.29 | 0.73 | 0.81 |
| Hex | AC | DF | F2 | 1D | 8 | 0 | 5 | C4 | 49 | 51 |
| Octal | 254 | 337 | 362 | 35 | 10 | 0 | 5 | 304 | 111 | 121 |
| Binary | 10101100 | 11011111 | 11110010 | 11101 | 1000 | 0 | 101 | 11000100 | 1001001 | 1010001 |
Color Harmonies of #ACDFF2
Complementary color
Monochromatic Colors of #ACDFF2
Black with #ACDFF2
Text Example
Text Example
White with #ACDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFF2; }
p { color: rgb(172,223,242); }
H1.HeaderClassName
{
color: #ACDFF2;
}
.AnyTagClassName
{
color: #ACDFF2;
}
</style>
background-color css
<style>
a { background-color: #ACDFF2; }
a { background-color: rgb(172,223,242); }
div.DivClassName
{
background-color: #ACDFF2;
}
.BgClassName
{
background-color: #ACDFF2;
}
</style>
border-color css
<style>
span { border-color: #ACDFF2; }
span { border-color: rgb(172,223,242); }
td.TdClassName
{
border-color: #ACDFF2;
}
.TagClassName
{
border-color: #ACDFF2;
}
</style>