Shades of Columbia Blue #ACE8FF
Tints of Columbia Blue #ACE8FF
RGB
CMYK
RGB Variations
Color information
#ACE8FF (or 0xACE8FF) is known color: Columbia Blue. HEX triplet: AC, E8 and FF. RGB value is (172,232,255). Sum of RGB (Red+Green+Blue) = 172+232+255=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FF is #531700. Grayscale: #D8D8D8. Windows color (decimal): -5445377 or 16771244. OLE color: 16771244.
HSL color Cylindrical-coordinate representation of color #ACE8FF: hue angle of 196.63º 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 #ACE8FF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 232 | 255 | - |
| CMYK | 0.33 | 0.09 | 0 | 0 |
| HSL | 196.63º | 1% | 0.84% | - |
| HSV(B) | 196.63º | 0.33% | 1% | - |
| XYZ | 63.92 | 73.7 | 105.47 | - |
| YUV | 216.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 255 | 0.33 | 0.09 | 0 | 0 | 196.63 | 1 | 0.84 |
| Hex | AC | E8 | FF | 21 | 9 | 0 | 0 | C5 | 64 | 54 |
| Octal | 254 | 350 | 377 | 41 | 11 | 0 | 0 | 305 | 144 | 124 |
| Binary | 10101100 | 11101000 | 11111111 | 100001 | 1001 | 0 | 0 | 11000101 | 1100100 | 1010100 |
Color Harmonies of #ACE8FF
Complementary color
Monochromatic Colors of #ACE8FF
Black with #ACE8FF
Text Example
Text Example
White with #ACE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8FF; }
p { color: rgb(172,232,255); }
H1.HeaderClassName
{
color: #ACE8FF;
}
.AnyTagClassName
{
color: #ACE8FF;
}
</style>
background-color css
<style>
a { background-color: #ACE8FF; }
a { background-color: rgb(172,232,255); }
div.DivClassName
{
background-color: #ACE8FF;
}
.BgClassName
{
background-color: #ACE8FF;
}
</style>
border-color css
<style>
span { border-color: #ACE8FF; }
span { border-color: rgb(172,232,255); }
td.TdClassName
{
border-color: #ACE8FF;
}
.TagClassName
{
border-color: #ACE8FF;
}
</style>