Shades of Columbia Blue #ACE3FF
Tints of Columbia Blue #ACE3FF
RGB
CMYK
RGB Variations
Color information
#ACE3FF (or 0xACE3FF) is known color: Columbia Blue. HEX triplet: AC, E3 and FF. RGB value is (172,227,255). Sum of RGB (Red+Green+Blue) = 172+227+255=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FF is #531C00. Grayscale: #D5D5D5. Windows color (decimal): -5446657 or 16769964. OLE color: 16769964.
HSL color Cylindrical-coordinate representation of color #ACE3FF: hue angle of 200.24º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACE3FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 227 | 255 | - |
| CMYK | 0.33 | 0.11 | 0 | 0 |
| HSL | 200.24º | 1% | 0.84% | - |
| HSV(B) | 200.24º | 0.33% | 1% | - |
| XYZ | 62.53 | 70.93 | 105 | - |
| YUV | 213.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 255 | 0.33 | 0.11 | 0 | 0 | 200.24 | 1 | 0.84 |
| Hex | AC | E3 | FF | 21 | B | 0 | 0 | C8 | 64 | 54 |
| Octal | 254 | 343 | 377 | 41 | 13 | 0 | 0 | 310 | 144 | 124 |
| Binary | 10101100 | 11100011 | 11111111 | 100001 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010100 |
Color Harmonies of #ACE3FF
Complementary color
Monochromatic Colors of #ACE3FF
Black with #ACE3FF
Text Example
Text Example
White with #ACE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3FF; }
p { color: rgb(172,227,255); }
H1.HeaderClassName
{
color: #ACE3FF;
}
.AnyTagClassName
{
color: #ACE3FF;
}
</style>
background-color css
<style>
a { background-color: #ACE3FF; }
a { background-color: rgb(172,227,255); }
div.DivClassName
{
background-color: #ACE3FF;
}
.BgClassName
{
background-color: #ACE3FF;
}
</style>
border-color css
<style>
span { border-color: #ACE3FF; }
span { border-color: rgb(172,227,255); }
td.TdClassName
{
border-color: #ACE3FF;
}
.TagClassName
{
border-color: #ACE3FF;
}
</style>