Shades of Columbia Blue #ACE0FA
Tints of Columbia Blue #ACE0FA
RGB
CMYK
RGB Variations
Color information
#ACE0FA (or 0xACE0FA) is known color: Columbia Blue. HEX triplet: AC, E0 and FA. RGB value is (172,224,250). Sum of RGB (Red+Green+Blue) = 172+224+250=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FA is #531F05. Grayscale: #D3D3D3. Windows color (decimal): -5447430 or 16441516. OLE color: 16441516.
HSL color Cylindrical-coordinate representation of color #ACE0FA: hue angle of 200º 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 #ACE0FA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 224 | 250 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.02 |
| HSL | 200º | 0.89% | 0.83% | - |
| HSV(B) | 200º | 0.31% | 0.98% | - |
| XYZ | 60.92 | 68.98 | 100.55 | - |
| YUV | 211.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 250 | 0.31 | 0.10 | 0 | 0.02 | 200 | 0.89 | 0.83 |
| Hex | AC | E0 | FA | 1F | A | 0 | 2 | C8 | 59 | 53 |
| Octal | 254 | 340 | 372 | 37 | 12 | 0 | 2 | 310 | 131 | 123 |
| Binary | 10101100 | 11100000 | 11111010 | 11111 | 1010 | 0 | 10 | 11001000 | 1011001 | 1010011 |
Color Harmonies of #ACE0FA
Complementary color
Monochromatic Colors of #ACE0FA
Black with #ACE0FA
Text Example
Text Example
White with #ACE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0FA; }
p { color: rgb(172,224,250); }
H1.HeaderClassName
{
color: #ACE0FA;
}
.AnyTagClassName
{
color: #ACE0FA;
}
</style>
background-color css
<style>
a { background-color: #ACE0FA; }
a { background-color: rgb(172,224,250); }
div.DivClassName
{
background-color: #ACE0FA;
}
.BgClassName
{
background-color: #ACE0FA;
}
</style>
border-color css
<style>
span { border-color: #ACE0FA; }
span { border-color: rgb(172,224,250); }
td.TdClassName
{
border-color: #ACE0FA;
}
.TagClassName
{
border-color: #ACE0FA;
}
</style>