Shades of Light Blue #ACD8EA
Tints of Light Blue #ACD8EA
RGB
CMYK
RGB Variations
Color information
#ACD8EA (or 0xACD8EA) is known color: Light Blue. HEX triplet: AC, D8 and EA. RGB value is (172,216,234). Sum of RGB (Red+Green+Blue) = 172+216+234=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8EA is #532715. Grayscale: #CCCCCC. Windows color (decimal): -5449494 or 15390892. OLE color: 15390892.
HSL color Cylindrical-coordinate representation of color #ACD8EA: hue angle of 197.42º 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 #ACD8EA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 216 | 234 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.08 |
| HSL | 197.42º | 0.6% | 0.8% | - |
| HSV(B) | 197.42º | 0.26% | 0.92% | - |
| XYZ | 56.42 | 63.82 | 87.19 | - |
| YUV | 204.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 234 | 0.26 | 0.08 | 0 | 0.08 | 197.42 | 0.6 | 0.8 |
| Hex | AC | D8 | EA | 1A | 8 | 0 | 8 | C5 | 3C | 50 |
| Octal | 254 | 330 | 352 | 32 | 10 | 0 | 10 | 305 | 74 | 120 |
| Binary | 10101100 | 11011000 | 11101010 | 11010 | 1000 | 0 | 1000 | 11000101 | 111100 | 1010000 |
Color Harmonies of #ACD8EA
Complementary color
Monochromatic Colors of #ACD8EA
Black with #ACD8EA
Text Example
Text Example
White with #ACD8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8EA; }
p { color: rgb(172,216,234); }
H1.HeaderClassName
{
color: #ACD8EA;
}
.AnyTagClassName
{
color: #ACD8EA;
}
</style>
background-color css
<style>
a { background-color: #ACD8EA; }
a { background-color: rgb(172,216,234); }
div.DivClassName
{
background-color: #ACD8EA;
}
.BgClassName
{
background-color: #ACD8EA;
}
</style>
border-color css
<style>
span { border-color: #ACD8EA; }
span { border-color: rgb(172,216,234); }
td.TdClassName
{
border-color: #ACD8EA;
}
.TagClassName
{
border-color: #ACD8EA;
}
</style>