Shades of Light Blue #ACD9EC
Tints of Light Blue #ACD9EC
RGB
CMYK
RGB Variations
Color information
#ACD9EC (or 0xACD9EC) is known color: Light Blue. HEX triplet: AC, D9 and EC. RGB value is (172,217,236). Sum of RGB (Red+Green+Blue) = 172+217+236=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9EC is #532613. Grayscale: #CDCDCD. Windows color (decimal): -5449236 or 15522220. OLE color: 15522220.
HSL color Cylindrical-coordinate representation of color #ACD9EC: hue angle of 197.81º 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 #ACD9EC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 217 | 236 | - |
CMYK | 0.27 | 0.08 | 0 | 0.07 |
HSL | 197.81º | 0.63% | 0.8% | - |
HSV(B) | 197.81º | 0.27% | 0.93% | - |
XYZ | 56.97 | 64.45 | 88.8 | - |
YUV | 205.71 | 145.09 | 103.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 217 | 236 | 0.27 | 0.08 | 0 | 0.07 | 197.81 | 0.63 | 0.8 |
Hex | AC | D9 | EC | 1B | 8 | 0 | 7 | C6 | 3F | 50 |
Octal | 254 | 331 | 354 | 33 | 10 | 0 | 7 | 306 | 77 | 120 |
Binary | 10101100 | 11011001 | 11101100 | 11011 | 1000 | 0 | 111 | 11000110 | 111111 | 1010000 |
Color Harmonies of #ACD9EC
Complementary color
Monochromatic Colors of #ACD9EC
Black with #ACD9EC
Text Example
Text Example
White with #ACD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9EC; }
p { color: rgb(172,217,236); }
H1.HeaderClassName
{
color: #ACD9EC;
}
.AnyTagClassName
{
color: #ACD9EC;
}
</style>
background-color css
<style>
a { background-color: #ACD9EC; }
a { background-color: rgb(172,217,236); }
div.DivClassName
{
background-color: #ACD9EC;
}
.BgClassName
{
background-color: #ACD9EC;
}
</style>
border-color css
<style>
span { border-color: #ACD9EC; }
span { border-color: rgb(172,217,236); }
td.TdClassName
{
border-color: #ACD9EC;
}
.TagClassName
{
border-color: #ACD9EC;
}
</style>