Shades of Columbia Blue #ACE2FE
Tints of Columbia Blue #ACE2FE
RGB
CMYK
RGB Variations
Color information
#ACE2FE (or 0xACE2FE) is known color: Columbia Blue. HEX triplet: AC, E2 and FE. RGB value is (172,226,254). Sum of RGB (Red+Green+Blue) = 172+226+254=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FE is #531D01. Grayscale: #D4D4D4. Windows color (decimal): -5446914 or 16704172. OLE color: 16704172.
HSL color Cylindrical-coordinate representation of color #ACE2FE: hue angle of 200.49º 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 #ACE2FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 226 | 254 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.00 |
| HSL | 200.49º | 0.98% | 0.84% | - |
| HSV(B) | 200.49º | 0.32% | 1% | - |
| XYZ | 62.1 | 70.32 | 104.07 | - |
| YUV | 213.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 254 | 0.32 | 0.11 | 0 | 0.00 | 200.49 | 0.98 | 0.84 |
| Hex | AC | E2 | FE | 20 | B | 0 | 0 | C8 | 62 | 54 |
| Octal | 254 | 342 | 376 | 40 | 13 | 0 | 0 | 310 | 142 | 124 |
| Binary | 10101100 | 11100010 | 11111110 | 100000 | 1011 | 0 | 0 | 11001000 | 1100010 | 1010100 |
Color Harmonies of #ACE2FE
Complementary color
Monochromatic Colors of #ACE2FE
Black with #ACE2FE
Text Example
Text Example
White with #ACE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2FE; }
p { color: rgb(172,226,254); }
H1.HeaderClassName
{
color: #ACE2FE;
}
.AnyTagClassName
{
color: #ACE2FE;
}
</style>
background-color css
<style>
a { background-color: #ACE2FE; }
a { background-color: rgb(172,226,254); }
div.DivClassName
{
background-color: #ACE2FE;
}
.BgClassName
{
background-color: #ACE2FE;
}
</style>
border-color css
<style>
span { border-color: #ACE2FE; }
span { border-color: rgb(172,226,254); }
td.TdClassName
{
border-color: #ACE2FE;
}
.TagClassName
{
border-color: #ACE2FE;
}
</style>