Shades of Light Blue #ACE0EF
Tints of Light Blue #ACE0EF
RGB
CMYK
RGB Variations
Color information
#ACE0EF (or 0xACE0EF) is known color: Light Blue. HEX triplet: AC, E0 and EF. RGB value is (172,224,239). Sum of RGB (Red+Green+Blue) = 172+224+239=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EF is #531F10. Grayscale: #D2D2D2. Windows color (decimal): -5447441 or 15720620. OLE color: 15720620.
HSL color Cylindrical-coordinate representation of color #ACE0EF: hue angle of 193.43º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE0EF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 224 | 239 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.06 |
| HSL | 193.43º | 0.68% | 0.81% | - |
| HSV(B) | 193.43º | 0.28% | 0.94% | - |
| XYZ | 59.25 | 68.31 | 91.72 | - |
| YUV | 210.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 239 | 0.28 | 0.06 | 0 | 0.06 | 193.43 | 0.68 | 0.81 |
| Hex | AC | E0 | EF | 1C | 6 | 0 | 6 | C1 | 44 | 51 |
| Octal | 254 | 340 | 357 | 34 | 6 | 0 | 6 | 301 | 104 | 121 |
| Binary | 10101100 | 11100000 | 11101111 | 11100 | 110 | 0 | 110 | 11000001 | 1000100 | 1010001 |
Color Harmonies of #ACE0EF
Complementary color
Monochromatic Colors of #ACE0EF
Black with #ACE0EF
Text Example
Text Example
White with #ACE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0EF; }
p { color: rgb(172,224,239); }
H1.HeaderClassName
{
color: #ACE0EF;
}
.AnyTagClassName
{
color: #ACE0EF;
}
</style>
background-color css
<style>
a { background-color: #ACE0EF; }
a { background-color: rgb(172,224,239); }
div.DivClassName
{
background-color: #ACE0EF;
}
.BgClassName
{
background-color: #ACE0EF;
}
</style>
border-color css
<style>
span { border-color: #ACE0EF; }
span { border-color: rgb(172,224,239); }
td.TdClassName
{
border-color: #ACE0EF;
}
.TagClassName
{
border-color: #ACE0EF;
}
</style>