Shades of Light Blue #ACDCED
Tints of Light Blue #ACDCED
RGB
CMYK
RGB Variations
Color information
#ACDCED (or 0xACDCED) is known color: Light Blue. HEX triplet: AC, DC and ED. RGB value is (172,220,237). Sum of RGB (Red+Green+Blue) = 172+220+237=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCED is #532312. Grayscale: #CFCFCF. Windows color (decimal): -5448467 or 15588524. OLE color: 15588524.
HSL color Cylindrical-coordinate representation of color #ACDCED: hue angle of 195.69º degrees, saturation: 0.64, 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 #ACDCED is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 220 | 237 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.07 |
| HSL | 195.69º | 0.64% | 0.8% | - |
| HSV(B) | 195.69º | 0.27% | 0.93% | - |
| XYZ | 57.89 | 66.07 | 89.82 | - |
| YUV | 207.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 237 | 0.27 | 0.07 | 0 | 0.07 | 195.69 | 0.64 | 0.8 |
| Hex | AC | DC | ED | 1B | 7 | 0 | 7 | C4 | 40 | 50 |
| Octal | 254 | 334 | 355 | 33 | 7 | 0 | 7 | 304 | 100 | 120 |
| Binary | 10101100 | 11011100 | 11101101 | 11011 | 111 | 0 | 111 | 11000100 | 1000000 | 1010000 |
Color Harmonies of #ACDCED
Complementary color
Monochromatic Colors of #ACDCED
Black with #ACDCED
Text Example
Text Example
White with #ACDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCED; }
p { color: rgb(172,220,237); }
H1.HeaderClassName
{
color: #ACDCED;
}
.AnyTagClassName
{
color: #ACDCED;
}
</style>
background-color css
<style>
a { background-color: #ACDCED; }
a { background-color: rgb(172,220,237); }
div.DivClassName
{
background-color: #ACDCED;
}
.BgClassName
{
background-color: #ACDCED;
}
</style>
border-color css
<style>
span { border-color: #ACDCED; }
span { border-color: rgb(172,220,237); }
td.TdClassName
{
border-color: #ACDCED;
}
.TagClassName
{
border-color: #ACDCED;
}
</style>