Shades of Columbia Blue #ACE6FD
Tints of Columbia Blue #ACE6FD
RGB
CMYK
RGB Variations
Color information
#ACE6FD (or 0xACE6FD) is known color: Columbia Blue. HEX triplet: AC, E6 and FD. RGB value is (172,230,253). Sum of RGB (Red+Green+Blue) = 172+230+253=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FD is #531902. Grayscale: #D7D7D7. Windows color (decimal): -5445891 or 16639660. OLE color: 16639660.
HSL color Cylindrical-coordinate representation of color #ACE6FD: hue angle of 197.04º 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 #ACE6FD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 230 | 253 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.01 |
| HSL | 197.04º | 0.95% | 0.83% | - |
| HSV(B) | 197.04º | 0.32% | 0.99% | - |
| XYZ | 63.04 | 72.46 | 103.59 | - |
| YUV | 215.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 253 | 0.32 | 0.09 | 0 | 0.01 | 197.04 | 0.95 | 0.83 |
| Hex | AC | E6 | FD | 20 | 9 | 0 | 1 | C5 | 5F | 53 |
| Octal | 254 | 346 | 375 | 40 | 11 | 0 | 1 | 305 | 137 | 123 |
| Binary | 10101100 | 11100110 | 11111101 | 100000 | 1001 | 0 | 1 | 11000101 | 1011111 | 1010011 |
Color Harmonies of #ACE6FD
Complementary color
Monochromatic Colors of #ACE6FD
Black with #ACE6FD
Text Example
Text Example
White with #ACE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6FD; }
p { color: rgb(172,230,253); }
H1.HeaderClassName
{
color: #ACE6FD;
}
.AnyTagClassName
{
color: #ACE6FD;
}
</style>
background-color css
<style>
a { background-color: #ACE6FD; }
a { background-color: rgb(172,230,253); }
div.DivClassName
{
background-color: #ACE6FD;
}
.BgClassName
{
background-color: #ACE6FD;
}
</style>
border-color css
<style>
span { border-color: #ACE6FD; }
span { border-color: rgb(172,230,253); }
td.TdClassName
{
border-color: #ACE6FD;
}
.TagClassName
{
border-color: #ACE6FD;
}
</style>