Shades of Light Blue #ACD5EA
Tints of Light Blue #ACD5EA
RGB
CMYK
RGB Variations
Color information
#ACD5EA (or 0xACD5EA) is known color: Light Blue. HEX triplet: AC, D5 and EA. RGB value is (172,213,234). Sum of RGB (Red+Green+Blue) = 172+213+234=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EA is #532A15. Grayscale: #CBCBCB. Windows color (decimal): -5450262 or 15390124. OLE color: 15390124.
HSL color Cylindrical-coordinate representation of color #ACD5EA: hue angle of 200.32º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD5EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 213 | 234 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.08 |
| HSL | 200.32º | 0.6% | 0.8% | - |
| HSV(B) | 200.32º | 0.26% | 0.92% | - |
| XYZ | 55.66 | 62.3 | 86.93 | - |
| YUV | 203.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 234 | 0.26 | 0.09 | 0 | 0.08 | 200.32 | 0.6 | 0.8 |
| Hex | AC | D5 | EA | 1A | 9 | 0 | 8 | C8 | 3C | 50 |
| Octal | 254 | 325 | 352 | 32 | 11 | 0 | 10 | 310 | 74 | 120 |
| Binary | 10101100 | 11010101 | 11101010 | 11010 | 1001 | 0 | 1000 | 11001000 | 111100 | 1010000 |
Color Harmonies of #ACD5EA
Complementary color
Monochromatic Colors of #ACD5EA
Black with #ACD5EA
Text Example
Text Example
White with #ACD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5EA; }
p { color: rgb(172,213,234); }
H1.HeaderClassName
{
color: #ACD5EA;
}
.AnyTagClassName
{
color: #ACD5EA;
}
</style>
background-color css
<style>
a { background-color: #ACD5EA; }
a { background-color: rgb(172,213,234); }
div.DivClassName
{
background-color: #ACD5EA;
}
.BgClassName
{
background-color: #ACD5EA;
}
</style>
border-color css
<style>
span { border-color: #ACD5EA; }
span { border-color: rgb(172,213,234); }
td.TdClassName
{
border-color: #ACD5EA;
}
.TagClassName
{
border-color: #ACD5EA;
}
</style>