Shades of Columbia Blue #ACE5FE
Tints of Columbia Blue #ACE5FE
RGB
CMYK
RGB Variations
Color information
#ACE5FE (or 0xACE5FE) is known color: Columbia Blue. HEX triplet: AC, E5 and FE. RGB value is (172,229,254). Sum of RGB (Red+Green+Blue) = 172+229+254=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FE is #531A01. Grayscale: #D6D6D6. Windows color (decimal): -5446146 or 16704940. OLE color: 16704940.
HSL color Cylindrical-coordinate representation of color #ACE5FE: hue angle of 198.29º 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 #ACE5FE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 229 | 254 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.00 |
| HSL | 198.29º | 0.98% | 0.84% | - |
| HSV(B) | 198.29º | 0.32% | 1% | - |
| XYZ | 62.92 | 71.97 | 104.34 | - |
| YUV | 214.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 254 | 0.32 | 0.10 | 0 | 0.00 | 198.29 | 0.98 | 0.84 |
| Hex | AC | E5 | FE | 20 | A | 0 | 0 | C6 | 62 | 54 |
| Octal | 254 | 345 | 376 | 40 | 12 | 0 | 0 | 306 | 142 | 124 |
| Binary | 10101100 | 11100101 | 11111110 | 100000 | 1010 | 0 | 0 | 11000110 | 1100010 | 1010100 |
Color Harmonies of #ACE5FE
Complementary color
Monochromatic Colors of #ACE5FE
Black with #ACE5FE
Text Example
Text Example
White with #ACE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5FE; }
p { color: rgb(172,229,254); }
H1.HeaderClassName
{
color: #ACE5FE;
}
.AnyTagClassName
{
color: #ACE5FE;
}
</style>
background-color css
<style>
a { background-color: #ACE5FE; }
a { background-color: rgb(172,229,254); }
div.DivClassName
{
background-color: #ACE5FE;
}
.BgClassName
{
background-color: #ACE5FE;
}
</style>
border-color css
<style>
span { border-color: #ACE5FE; }
span { border-color: rgb(172,229,254); }
td.TdClassName
{
border-color: #ACE5FE;
}
.TagClassName
{
border-color: #ACE5FE;
}
</style>