Shades of Light Blue #ACE0F3
Tints of Light Blue #ACE0F3
RGB
CMYK
RGB Variations
Color information
#ACE0F3 (or 0xACE0F3) is known color: Light Blue. HEX triplet: AC, E0 and F3. RGB value is (172,224,243). Sum of RGB (Red+Green+Blue) = 172+224+243=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F3 is #531F0C. Grayscale: #D2D2D2. Windows color (decimal): -5447437 or 15982764. OLE color: 15982764.
HSL color Cylindrical-coordinate representation of color #ACE0F3: hue angle of 196.06º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE0F3 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 224 | 243 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.05 |
| HSL | 196.06º | 0.75% | 0.81% | - |
| HSV(B) | 196.06º | 0.29% | 0.95% | - |
| XYZ | 59.85 | 68.55 | 94.87 | - |
| YUV | 210.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 243 | 0.29 | 0.08 | 0 | 0.05 | 196.06 | 0.75 | 0.81 |
| Hex | AC | E0 | F3 | 1D | 8 | 0 | 5 | C4 | 4B | 51 |
| Octal | 254 | 340 | 363 | 35 | 10 | 0 | 5 | 304 | 113 | 121 |
| Binary | 10101100 | 11100000 | 11110011 | 11101 | 1000 | 0 | 101 | 11000100 | 1001011 | 1010001 |
Color Harmonies of #ACE0F3
Complementary color
Monochromatic Colors of #ACE0F3
Black with #ACE0F3
Text Example
Text Example
White with #ACE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0F3; }
p { color: rgb(172,224,243); }
H1.HeaderClassName
{
color: #ACE0F3;
}
.AnyTagClassName
{
color: #ACE0F3;
}
</style>
background-color css
<style>
a { background-color: #ACE0F3; }
a { background-color: rgb(172,224,243); }
div.DivClassName
{
background-color: #ACE0F3;
}
.BgClassName
{
background-color: #ACE0F3;
}
</style>
border-color css
<style>
span { border-color: #ACE0F3; }
span { border-color: rgb(172,224,243); }
td.TdClassName
{
border-color: #ACE0F3;
}
.TagClassName
{
border-color: #ACE0F3;
}
</style>