Shades of Light Blue #ACDFEC
Tints of Light Blue #ACDFEC
RGB
CMYK
RGB Variations
Color information
#ACDFEC (or 0xACDFEC) is known color: Light Blue. HEX triplet: AC, DF and EC. RGB value is (172,223,236). Sum of RGB (Red+Green+Blue) = 172+223+236=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFEC is #532013. Grayscale: #D1D1D1. Windows color (decimal): -5447700 or 15523756. OLE color: 15523756.
HSL color Cylindrical-coordinate representation of color #ACDFEC: hue angle of 192.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDFEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 223 | 236 | - |
CMYK | 0.27 | 0.06 | 0 | 0.07 |
HSL | 192.19º | 0.63% | 0.8% | - |
HSV(B) | 192.19º | 0.27% | 0.93% | - |
XYZ | 58.54 | 67.6 | 89.32 | - |
YUV | 209.23 | 143.1 | 101.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 236 | 0.27 | 0.06 | 0 | 0.07 | 192.19 | 0.63 | 0.8 |
Hex | AC | DF | EC | 1B | 6 | 0 | 7 | C0 | 3F | 50 |
Octal | 254 | 337 | 354 | 33 | 6 | 0 | 7 | 300 | 77 | 120 |
Binary | 10101100 | 11011111 | 11101100 | 11011 | 110 | 0 | 111 | 11000000 | 111111 | 1010000 |
Color Harmonies of #ACDFEC
Complementary color
Monochromatic Colors of #ACDFEC
Black with #ACDFEC
Text Example
Text Example
White with #ACDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFEC; }
p { color: rgb(172,223,236); }
H1.HeaderClassName
{
color: #ACDFEC;
}
.AnyTagClassName
{
color: #ACDFEC;
}
</style>
background-color css
<style>
a { background-color: #ACDFEC; }
a { background-color: rgb(172,223,236); }
div.DivClassName
{
background-color: #ACDFEC;
}
.BgClassName
{
background-color: #ACDFEC;
}
</style>
border-color css
<style>
span { border-color: #ACDFEC; }
span { border-color: rgb(172,223,236); }
td.TdClassName
{
border-color: #ACDFEC;
}
.TagClassName
{
border-color: #ACDFEC;
}
</style>