Shades of Light Blue #ACDFF4
Tints of Light Blue #ACDFF4
RGB
CMYK
RGB Variations
Color information
#ACDFF4 (or 0xACDFF4) is known color: Light Blue. HEX triplet: AC, DF and F4. RGB value is (172,223,244). Sum of RGB (Red+Green+Blue) = 172+223+244=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF4 is #53200B. Grayscale: #D2D2D2. Windows color (decimal): -5447692 or 16048044. OLE color: 16048044.
HSL color Cylindrical-coordinate representation of color #ACDFF4: hue angle of 197.5º degrees, saturation: 0.77, 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 #ACDFF4 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 223 | 244 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.04 |
| HSL | 197.5º | 0.77% | 0.82% | - |
| HSV(B) | 197.5º | 0.3% | 0.96% | - |
| XYZ | 59.73 | 68.08 | 95.58 | - |
| YUV | 210.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 244 | 0.30 | 0.09 | 0 | 0.04 | 197.5 | 0.77 | 0.82 |
| Hex | AC | DF | F4 | 1E | 9 | 0 | 4 | C6 | 4D | 52 |
| Octal | 254 | 337 | 364 | 36 | 11 | 0 | 4 | 306 | 115 | 122 |
| Binary | 10101100 | 11011111 | 11110100 | 11110 | 1001 | 0 | 100 | 11000110 | 1001101 | 1010010 |
Color Harmonies of #ACDFF4
Complementary color
Monochromatic Colors of #ACDFF4
Black with #ACDFF4
Text Example
Text Example
White with #ACDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFF4; }
p { color: rgb(172,223,244); }
H1.HeaderClassName
{
color: #ACDFF4;
}
.AnyTagClassName
{
color: #ACDFF4;
}
</style>
background-color css
<style>
a { background-color: #ACDFF4; }
a { background-color: rgb(172,223,244); }
div.DivClassName
{
background-color: #ACDFF4;
}
.BgClassName
{
background-color: #ACDFF4;
}
</style>
border-color css
<style>
span { border-color: #ACDFF4; }
span { border-color: rgb(172,223,244); }
td.TdClassName
{
border-color: #ACDFF4;
}
.TagClassName
{
border-color: #ACDFF4;
}
</style>