Shades of Columbia Blue #ACE3FD
Tints of Columbia Blue #ACE3FD
RGB
CMYK
RGB Variations
Color information
#ACE3FD (or 0xACE3FD) is known color: Columbia Blue. HEX triplet: AC, E3 and FD. RGB value is (172,227,253). Sum of RGB (Red+Green+Blue) = 172+227+253=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FD is #531C02. Grayscale: #D5D5D5. Windows color (decimal): -5446659 or 16638892. OLE color: 16638892.
HSL color Cylindrical-coordinate representation of color #ACE3FD: hue angle of 199.26º 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 #ACE3FD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 227 | 253 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.01 |
| HSL | 199.26º | 0.95% | 0.83% | - |
| HSV(B) | 199.26º | 0.32% | 0.99% | - |
| XYZ | 62.21 | 70.8 | 103.32 | - |
| YUV | 213.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 253 | 0.32 | 0.10 | 0 | 0.01 | 199.26 | 0.95 | 0.83 |
| Hex | AC | E3 | FD | 20 | A | 0 | 1 | C7 | 5F | 53 |
| Octal | 254 | 343 | 375 | 40 | 12 | 0 | 1 | 307 | 137 | 123 |
| Binary | 10101100 | 11100011 | 11111101 | 100000 | 1010 | 0 | 1 | 11000111 | 1011111 | 1010011 |
Color Harmonies of #ACE3FD
Complementary color
Monochromatic Colors of #ACE3FD
Black with #ACE3FD
Text Example
Text Example
White with #ACE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3FD; }
p { color: rgb(172,227,253); }
H1.HeaderClassName
{
color: #ACE3FD;
}
.AnyTagClassName
{
color: #ACE3FD;
}
</style>
background-color css
<style>
a { background-color: #ACE3FD; }
a { background-color: rgb(172,227,253); }
div.DivClassName
{
background-color: #ACE3FD;
}
.BgClassName
{
background-color: #ACE3FD;
}
</style>
border-color css
<style>
span { border-color: #ACE3FD; }
span { border-color: rgb(172,227,253); }
td.TdClassName
{
border-color: #ACE3FD;
}
.TagClassName
{
border-color: #ACE3FD;
}
</style>