Shades of Light Blue #ACDEEC
Tints of Light Blue #ACDEEC
RGB
CMYK
RGB Variations
Color information
#ACDEEC (or 0xACDEEC) is known color: Light Blue. HEX triplet: AC, DE and EC. RGB value is (172,222,236). Sum of RGB (Red+Green+Blue) = 172+222+236=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEEC is #532113. Grayscale: #D0D0D0. Windows color (decimal): -5447956 or 15523500. OLE color: 15523500.
HSL color Cylindrical-coordinate representation of color #ACDEEC: hue angle of 193.12º 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 #ACDEEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 222 | 236 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 193.13º | 0.63% | 0.8% | - |
| HSV(B) | 193.13º | 0.27% | 0.93% | - |
| XYZ | 58.27 | 67.07 | 89.23 | - |
| YUV | 208.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 236 | 0.27 | 0.06 | 0 | 0.07 | 193.13 | 0.63 | 0.8 |
| Hex | AC | DE | EC | 1B | 6 | 0 | 7 | C1 | 3F | 50 |
| Octal | 254 | 336 | 354 | 33 | 6 | 0 | 7 | 301 | 77 | 120 |
| Binary | 10101100 | 11011110 | 11101100 | 11011 | 110 | 0 | 111 | 11000001 | 111111 | 1010000 |
Color Harmonies of #ACDEEC
Complementary color
Monochromatic Colors of #ACDEEC
Black with #ACDEEC
Text Example
Text Example
White with #ACDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEEC; }
p { color: rgb(172,222,236); }
H1.HeaderClassName
{
color: #ACDEEC;
}
.AnyTagClassName
{
color: #ACDEEC;
}
</style>
background-color css
<style>
a { background-color: #ACDEEC; }
a { background-color: rgb(172,222,236); }
div.DivClassName
{
background-color: #ACDEEC;
}
.BgClassName
{
background-color: #ACDEEC;
}
</style>
border-color css
<style>
span { border-color: #ACDEEC; }
span { border-color: rgb(172,222,236); }
td.TdClassName
{
border-color: #ACDEEC;
}
.TagClassName
{
border-color: #ACDEEC;
}
</style>