Shades of Columbia Blue #ACE0F9
Tints of Columbia Blue #ACE0F9
RGB
CMYK
RGB Variations
Color information
#ACE0F9 (or 0xACE0F9) is known color: Columbia Blue. HEX triplet: AC, E0 and F9. RGB value is (172,224,249). Sum of RGB (Red+Green+Blue) = 172+224+249=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F9 is #531F06. Grayscale: #D3D3D3. Windows color (decimal): -5447431 or 16375980. OLE color: 16375980.
HSL color Cylindrical-coordinate representation of color #ACE0F9: hue angle of 199.48º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE0F9 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 224 | 249 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.02 |
| HSL | 199.48º | 0.87% | 0.83% | - |
| HSV(B) | 199.48º | 0.31% | 0.98% | - |
| XYZ | 60.77 | 68.92 | 99.72 | - |
| YUV | 211.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 249 | 0.31 | 0.10 | 0 | 0.02 | 199.48 | 0.87 | 0.83 |
| Hex | AC | E0 | F9 | 1F | A | 0 | 2 | C7 | 57 | 53 |
| Octal | 254 | 340 | 371 | 37 | 12 | 0 | 2 | 307 | 127 | 123 |
| Binary | 10101100 | 11100000 | 11111001 | 11111 | 1010 | 0 | 10 | 11000111 | 1010111 | 1010011 |
Color Harmonies of #ACE0F9
Complementary color
Monochromatic Colors of #ACE0F9
Black with #ACE0F9
Text Example
Text Example
White with #ACE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0F9; }
p { color: rgb(172,224,249); }
H1.HeaderClassName
{
color: #ACE0F9;
}
.AnyTagClassName
{
color: #ACE0F9;
}
</style>
background-color css
<style>
a { background-color: #ACE0F9; }
a { background-color: rgb(172,224,249); }
div.DivClassName
{
background-color: #ACE0F9;
}
.BgClassName
{
background-color: #ACE0F9;
}
</style>
border-color css
<style>
span { border-color: #ACE0F9; }
span { border-color: rgb(172,224,249); }
td.TdClassName
{
border-color: #ACE0F9;
}
.TagClassName
{
border-color: #ACE0F9;
}
</style>