Shades of Columbia Blue #ACE8FD
Tints of Columbia Blue #ACE8FD
RGB
CMYK
RGB Variations
Color information
#ACE8FD (or 0xACE8FD) is known color: Columbia Blue. HEX triplet: AC, E8 and FD. RGB value is (172,232,253). Sum of RGB (Red+Green+Blue) = 172+232+253=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FD is #531702. Grayscale: #D8D8D8. Windows color (decimal): -5445379 or 16640172. OLE color: 16640172.
HSL color Cylindrical-coordinate representation of color #ACE8FD: hue angle of 195.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE8FD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 232 | 253 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.01 |
| HSL | 195.56º | 0.95% | 0.83% | - |
| HSV(B) | 195.56º | 0.32% | 0.99% | - |
| XYZ | 63.6 | 73.58 | 103.78 | - |
| YUV | 216.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 253 | 0.32 | 0.08 | 0 | 0.01 | 195.56 | 0.95 | 0.83 |
| Hex | AC | E8 | FD | 20 | 8 | 0 | 1 | C4 | 5F | 53 |
| Octal | 254 | 350 | 375 | 40 | 10 | 0 | 1 | 304 | 137 | 123 |
| Binary | 10101100 | 11101000 | 11111101 | 100000 | 1000 | 0 | 1 | 11000100 | 1011111 | 1010011 |
Color Harmonies of #ACE8FD
Complementary color
Monochromatic Colors of #ACE8FD
Black with #ACE8FD
Text Example
Text Example
White with #ACE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8FD; }
p { color: rgb(172,232,253); }
H1.HeaderClassName
{
color: #ACE8FD;
}
.AnyTagClassName
{
color: #ACE8FD;
}
</style>
background-color css
<style>
a { background-color: #ACE8FD; }
a { background-color: rgb(172,232,253); }
div.DivClassName
{
background-color: #ACE8FD;
}
.BgClassName
{
background-color: #ACE8FD;
}
</style>
border-color css
<style>
span { border-color: #ACE8FD; }
span { border-color: rgb(172,232,253); }
td.TdClassName
{
border-color: #ACE8FD;
}
.TagClassName
{
border-color: #ACE8FD;
}
</style>