Shades of Columbia Blue #ACE0FE
Tints of Columbia Blue #ACE0FE
RGB
CMYK
RGB Variations
Color information
#ACE0FE (or 0xACE0FE) is known color: Columbia Blue. HEX triplet: AC, E0 and FE. RGB value is (172,224,254). Sum of RGB (Red+Green+Blue) = 172+224+254=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FE is #531F01. Grayscale: #D3D3D3. Windows color (decimal): -5447426 or 16703660. OLE color: 16703660.
HSL color Cylindrical-coordinate representation of color #ACE0FE: hue angle of 201.95º 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 #ACE0FE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 224 | 254 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.00 |
| HSL | 201.95º | 0.98% | 0.84% | - |
| HSV(B) | 201.95º | 0.32% | 1% | - |
| XYZ | 61.56 | 69.24 | 103.89 | - |
| YUV | 211.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 254 | 0.32 | 0.12 | 0 | 0.00 | 201.95 | 0.98 | 0.84 |
| Hex | AC | E0 | FE | 20 | C | 0 | 0 | CA | 62 | 54 |
| Octal | 254 | 340 | 376 | 40 | 14 | 0 | 0 | 312 | 142 | 124 |
| Binary | 10101100 | 11100000 | 11111110 | 100000 | 1100 | 0 | 0 | 11001010 | 1100010 | 1010100 |
Color Harmonies of #ACE0FE
Complementary color
Monochromatic Colors of #ACE0FE
Black with #ACE0FE
Text Example
Text Example
White with #ACE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0FE; }
p { color: rgb(172,224,254); }
H1.HeaderClassName
{
color: #ACE0FE;
}
.AnyTagClassName
{
color: #ACE0FE;
}
</style>
background-color css
<style>
a { background-color: #ACE0FE; }
a { background-color: rgb(172,224,254); }
div.DivClassName
{
background-color: #ACE0FE;
}
.BgClassName
{
background-color: #ACE0FE;
}
</style>
border-color css
<style>
span { border-color: #ACE0FE; }
span { border-color: rgb(172,224,254); }
td.TdClassName
{
border-color: #ACE0FE;
}
.TagClassName
{
border-color: #ACE0FE;
}
</style>