Shades of Columbia Blue #ACE3FE
Tints of Columbia Blue #ACE3FE
RGB
CMYK
RGB Variations
Color information
#ACE3FE (or 0xACE3FE) is known color: Columbia Blue. HEX triplet: AC, E3 and FE. RGB value is (172,227,254). Sum of RGB (Red+Green+Blue) = 172+227+254=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FE is #531C01. Grayscale: #D5D5D5. Windows color (decimal): -5446658 or 16704428. OLE color: 16704428.
HSL color Cylindrical-coordinate representation of color #ACE3FE: hue angle of 199.76º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE3FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 227 | 254 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.00 |
| HSL | 199.76º | 0.98% | 0.84% | - |
| HSV(B) | 199.76º | 0.32% | 1% | - |
| XYZ | 62.37 | 70.86 | 104.16 | - |
| YUV | 213.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 254 | 0.32 | 0.11 | 0 | 0.00 | 199.76 | 0.98 | 0.84 |
| Hex | AC | E3 | FE | 20 | B | 0 | 0 | C8 | 62 | 54 |
| Octal | 254 | 343 | 376 | 40 | 13 | 0 | 0 | 310 | 142 | 124 |
| Binary | 10101100 | 11100011 | 11111110 | 100000 | 1011 | 0 | 0 | 11001000 | 1100010 | 1010100 |
Color Harmonies of #ACE3FE
Complementary color
Monochromatic Colors of #ACE3FE
Black with #ACE3FE
Text Example
Text Example
White with #ACE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3FE; }
p { color: rgb(172,227,254); }
H1.HeaderClassName
{
color: #ACE3FE;
}
.AnyTagClassName
{
color: #ACE3FE;
}
</style>
background-color css
<style>
a { background-color: #ACE3FE; }
a { background-color: rgb(172,227,254); }
div.DivClassName
{
background-color: #ACE3FE;
}
.BgClassName
{
background-color: #ACE3FE;
}
</style>
border-color css
<style>
span { border-color: #ACE3FE; }
span { border-color: rgb(172,227,254); }
td.TdClassName
{
border-color: #ACE3FE;
}
.TagClassName
{
border-color: #ACE3FE;
}
</style>