Shades of Columbia Blue #ACE5FF
Tints of Columbia Blue #ACE5FF
RGB
CMYK
RGB Variations
Color information
#ACE5FF (or 0xACE5FF) is known color: Columbia Blue. HEX triplet: AC, E5 and FF. RGB value is (172,229,255). Sum of RGB (Red+Green+Blue) = 172+229+255=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FF is #531A00. Grayscale: #D6D6D6. Windows color (decimal): -5446145 or 16770476. OLE color: 16770476.
HSL color Cylindrical-coordinate representation of color #ACE5FF: hue angle of 198.8º 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 #ACE5FF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 229 | 255 | - |
CMYK | 0.33 | 0.10 | 0 | 0 |
HSL | 198.8º | 1% | 0.84% | - |
HSV(B) | 198.8º | 0.33% | 1% | - |
XYZ | 63.08 | 72.03 | 105.19 | - |
YUV | 214.92 | 150.62 | 97.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 229 | 255 | 0.33 | 0.10 | 0 | 0 | 198.8 | 1 | 0.84 |
Hex | AC | E5 | FF | 21 | A | 0 | 0 | C7 | 64 | 54 |
Octal | 254 | 345 | 377 | 41 | 12 | 0 | 0 | 307 | 144 | 124 |
Binary | 10101100 | 11100101 | 11111111 | 100001 | 1010 | 0 | 0 | 11000111 | 1100100 | 1010100 |
Color Harmonies of #ACE5FF
Complementary color
Monochromatic Colors of #ACE5FF
Black with #ACE5FF
Text Example
Text Example
White with #ACE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5FF; }
p { color: rgb(172,229,255); }
H1.HeaderClassName
{
color: #ACE5FF;
}
.AnyTagClassName
{
color: #ACE5FF;
}
</style>
background-color css
<style>
a { background-color: #ACE5FF; }
a { background-color: rgb(172,229,255); }
div.DivClassName
{
background-color: #ACE5FF;
}
.BgClassName
{
background-color: #ACE5FF;
}
</style>
border-color css
<style>
span { border-color: #ACE5FF; }
span { border-color: rgb(172,229,255); }
td.TdClassName
{
border-color: #ACE5FF;
}
.TagClassName
{
border-color: #ACE5FF;
}
</style>