Shades of Columbia Blue #ACE9FE
Tints of Columbia Blue #ACE9FE
RGB
CMYK
RGB Variations
Color information
#ACE9FE (or 0xACE9FE) is known color: Columbia Blue. HEX triplet: AC, E9 and FE. RGB value is (172,233,254). Sum of RGB (Red+Green+Blue) = 172+233+254=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FE is #531601. Grayscale: #D9D9D9. Windows color (decimal): -5445122 or 16705964. OLE color: 16705964.
HSL color Cylindrical-coordinate representation of color #ACE9FE: hue angle of 195.37º 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 #ACE9FE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 233 | 254 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.00 |
| HSL | 195.37º | 0.98% | 0.84% | - |
| HSV(B) | 195.37º | 0.32% | 1% | - |
| XYZ | 64.04 | 74.2 | 104.71 | - |
| YUV | 217.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 254 | 0.32 | 0.08 | 0 | 0.00 | 195.37 | 0.98 | 0.84 |
| Hex | AC | E9 | FE | 20 | 8 | 0 | 0 | C3 | 62 | 54 |
| Octal | 254 | 351 | 376 | 40 | 10 | 0 | 0 | 303 | 142 | 124 |
| Binary | 10101100 | 11101001 | 11111110 | 100000 | 1000 | 0 | 0 | 11000011 | 1100010 | 1010100 |
Color Harmonies of #ACE9FE
Complementary color
Monochromatic Colors of #ACE9FE
Black with #ACE9FE
Text Example
Text Example
White with #ACE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9FE; }
p { color: rgb(172,233,254); }
H1.HeaderClassName
{
color: #ACE9FE;
}
.AnyTagClassName
{
color: #ACE9FE;
}
</style>
background-color css
<style>
a { background-color: #ACE9FE; }
a { background-color: rgb(172,233,254); }
div.DivClassName
{
background-color: #ACE9FE;
}
.BgClassName
{
background-color: #ACE9FE;
}
</style>
border-color css
<style>
span { border-color: #ACE9FE; }
span { border-color: rgb(172,233,254); }
td.TdClassName
{
border-color: #ACE9FE;
}
.TagClassName
{
border-color: #ACE9FE;
}
</style>