Shades of Light Blue #ACDAEC
Tints of Light Blue #ACDAEC
RGB
CMYK
RGB Variations
Color information
#ACDAEC (or 0xACDAEC) is known color: Light Blue. HEX triplet: AC, DA and EC. RGB value is (172,218,236). Sum of RGB (Red+Green+Blue) = 172+218+236=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEC is #532513. Grayscale: #CECECE. Windows color (decimal): -5448980 or 15522476. OLE color: 15522476.
HSL color Cylindrical-coordinate representation of color #ACDAEC: hue angle of 196.88º 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 #ACDAEC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 218 | 236 | - |
CMYK | 0.27 | 0.08 | 0 | 0.07 |
HSL | 196.88º | 0.63% | 0.8% | - |
HSV(B) | 196.88º | 0.27% | 0.93% | - |
XYZ | 57.22 | 64.97 | 88.88 | - |
YUV | 206.3 | 144.76 | 103.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 236 | 0.27 | 0.08 | 0 | 0.07 | 196.88 | 0.63 | 0.8 |
Hex | AC | DA | EC | 1B | 8 | 0 | 7 | C5 | 3F | 50 |
Octal | 254 | 332 | 354 | 33 | 10 | 0 | 7 | 305 | 77 | 120 |
Binary | 10101100 | 11011010 | 11101100 | 11011 | 1000 | 0 | 111 | 11000101 | 111111 | 1010000 |
Color Harmonies of #ACDAEC
Complementary color
Monochromatic Colors of #ACDAEC
Black with #ACDAEC
Text Example
Text Example
White with #ACDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAEC; }
p { color: rgb(172,218,236); }
H1.HeaderClassName
{
color: #ACDAEC;
}
.AnyTagClassName
{
color: #ACDAEC;
}
</style>
background-color css
<style>
a { background-color: #ACDAEC; }
a { background-color: rgb(172,218,236); }
div.DivClassName
{
background-color: #ACDAEC;
}
.BgClassName
{
background-color: #ACDAEC;
}
</style>
border-color css
<style>
span { border-color: #ACDAEC; }
span { border-color: rgb(172,218,236); }
td.TdClassName
{
border-color: #ACDAEC;
}
.TagClassName
{
border-color: #ACDAEC;
}
</style>