Shades of Columbia Blue #ACE2F9
Tints of Columbia Blue #ACE2F9
RGB
CMYK
RGB Variations
Color information
#ACE2F9 (or 0xACE2F9) is known color: Columbia Blue. HEX triplet: AC, E2 and F9. RGB value is (172,226,249). Sum of RGB (Red+Green+Blue) = 172+226+249=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F9 is #531D06. Grayscale: #D4D4D4. Windows color (decimal): -5446919 or 16376492. OLE color: 16376492.
HSL color Cylindrical-coordinate representation of color #ACE2F9: hue angle of 197.92º 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 #ACE2F9 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 226 | 249 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.02 |
| HSL | 197.92º | 0.87% | 0.83% | - |
| HSV(B) | 197.92º | 0.31% | 0.98% | - |
| XYZ | 61.31 | 70 | 99.9 | - |
| YUV | 212.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 249 | 0.31 | 0.09 | 0 | 0.02 | 197.92 | 0.87 | 0.83 |
| Hex | AC | E2 | F9 | 1F | 9 | 0 | 2 | C6 | 57 | 53 |
| Octal | 254 | 342 | 371 | 37 | 11 | 0 | 2 | 306 | 127 | 123 |
| Binary | 10101100 | 11100010 | 11111001 | 11111 | 1001 | 0 | 10 | 11000110 | 1010111 | 1010011 |
Color Harmonies of #ACE2F9
Complementary color
Monochromatic Colors of #ACE2F9
Black with #ACE2F9
Text Example
Text Example
White with #ACE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2F9; }
p { color: rgb(172,226,249); }
H1.HeaderClassName
{
color: #ACE2F9;
}
.AnyTagClassName
{
color: #ACE2F9;
}
</style>
background-color css
<style>
a { background-color: #ACE2F9; }
a { background-color: rgb(172,226,249); }
div.DivClassName
{
background-color: #ACE2F9;
}
.BgClassName
{
background-color: #ACE2F9;
}
</style>
border-color css
<style>
span { border-color: #ACE2F9; }
span { border-color: rgb(172,226,249); }
td.TdClassName
{
border-color: #ACE2F9;
}
.TagClassName
{
border-color: #ACE2F9;
}
</style>