Shades of Columbia Blue #ACE1FA
Tints of Columbia Blue #ACE1FA
RGB
CMYK
RGB Variations
Color information
#ACE1FA (or 0xACE1FA) is known color: Columbia Blue. HEX triplet: AC, E1 and FA. RGB value is (172,225,250). Sum of RGB (Red+Green+Blue) = 172+225+250=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FA is #531E05. Grayscale: #D3D3D3. Windows color (decimal): -5447174 or 16441772. OLE color: 16441772.
HSL color Cylindrical-coordinate representation of color #ACE1FA: hue angle of 199.23º degrees, saturation: 0.89, 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 #ACE1FA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 225 | 250 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.02 |
| HSL | 199.23º | 0.89% | 0.83% | - |
| HSV(B) | 199.23º | 0.31% | 0.98% | - |
| XYZ | 61.19 | 69.52 | 100.64 | - |
| YUV | 212 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 250 | 0.31 | 0.10 | 0 | 0.02 | 199.23 | 0.89 | 0.83 |
| Hex | AC | E1 | FA | 1F | A | 0 | 2 | C7 | 59 | 53 |
| Octal | 254 | 341 | 372 | 37 | 12 | 0 | 2 | 307 | 131 | 123 |
| Binary | 10101100 | 11100001 | 11111010 | 11111 | 1010 | 0 | 10 | 11000111 | 1011001 | 1010011 |
Color Harmonies of #ACE1FA
Complementary color
Monochromatic Colors of #ACE1FA
Black with #ACE1FA
Text Example
Text Example
White with #ACE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1FA; }
p { color: rgb(172,225,250); }
H1.HeaderClassName
{
color: #ACE1FA;
}
.AnyTagClassName
{
color: #ACE1FA;
}
</style>
background-color css
<style>
a { background-color: #ACE1FA; }
a { background-color: rgb(172,225,250); }
div.DivClassName
{
background-color: #ACE1FA;
}
.BgClassName
{
background-color: #ACE1FA;
}
</style>
border-color css
<style>
span { border-color: #ACE1FA; }
span { border-color: rgb(172,225,250); }
td.TdClassName
{
border-color: #ACE1FA;
}
.TagClassName
{
border-color: #ACE1FA;
}
</style>