Shades of Light Blue #ACE0F1
Tints of Light Blue #ACE0F1
RGB
CMYK
RGB Variations
Color information
#ACE0F1 (or 0xACE0F1) is known color: Light Blue. HEX triplet: AC, E0 and F1. RGB value is (172,224,241). Sum of RGB (Red+Green+Blue) = 172+224+241=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F1 is #531F0E. Grayscale: #D2D2D2. Windows color (decimal): -5447439 or 15851692. OLE color: 15851692.
HSL color Cylindrical-coordinate representation of color #ACE0F1: hue angle of 194.78º degrees, saturation: 0.71, 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 #ACE0F1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 224 | 241 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 194.78º | 0.71% | 0.81% | - |
| HSV(B) | 194.78º | 0.29% | 0.95% | - |
| XYZ | 59.55 | 68.43 | 93.29 | - |
| YUV | 210.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 241 | 0.29 | 0.07 | 0 | 0.05 | 194.78 | 0.71 | 0.81 |
| Hex | AC | E0 | F1 | 1D | 7 | 0 | 5 | C3 | 47 | 51 |
| Octal | 254 | 340 | 361 | 35 | 7 | 0 | 5 | 303 | 107 | 121 |
| Binary | 10101100 | 11100000 | 11110001 | 11101 | 111 | 0 | 101 | 11000011 | 1000111 | 1010001 |
Color Harmonies of #ACE0F1
Complementary color
Monochromatic Colors of #ACE0F1
Black with #ACE0F1
Text Example
Text Example
White with #ACE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0F1; }
p { color: rgb(172,224,241); }
H1.HeaderClassName
{
color: #ACE0F1;
}
.AnyTagClassName
{
color: #ACE0F1;
}
</style>
background-color css
<style>
a { background-color: #ACE0F1; }
a { background-color: rgb(172,224,241); }
div.DivClassName
{
background-color: #ACE0F1;
}
.BgClassName
{
background-color: #ACE0F1;
}
</style>
border-color css
<style>
span { border-color: #ACE0F1; }
span { border-color: rgb(172,224,241); }
td.TdClassName
{
border-color: #ACE0F1;
}
.TagClassName
{
border-color: #ACE0F1;
}
</style>