Shades of Columbia Blue #ACE2FD
Tints of Columbia Blue #ACE2FD
RGB
CMYK
RGB Variations
Color information
#ACE2FD (or 0xACE2FD) is known color: Columbia Blue. HEX triplet: AC, E2 and FD. RGB value is (172,226,253). Sum of RGB (Red+Green+Blue) = 172+226+253=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FD is #531D02. Grayscale: #D4D4D4. Windows color (decimal): -5446915 or 16638636. OLE color: 16638636.
HSL color Cylindrical-coordinate representation of color #ACE2FD: hue angle of 200º 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 #ACE2FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 226 | 253 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.01 |
| HSL | 200º | 0.95% | 0.83% | - |
| HSV(B) | 200º | 0.32% | 0.99% | - |
| XYZ | 61.94 | 70.26 | 103.22 | - |
| YUV | 212.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 253 | 0.32 | 0.11 | 0 | 0.01 | 200 | 0.95 | 0.83 |
| Hex | AC | E2 | FD | 20 | B | 0 | 1 | C8 | 5F | 53 |
| Octal | 254 | 342 | 375 | 40 | 13 | 0 | 1 | 310 | 137 | 123 |
| Binary | 10101100 | 11100010 | 11111101 | 100000 | 1011 | 0 | 1 | 11001000 | 1011111 | 1010011 |
Color Harmonies of #ACE2FD
Complementary color
Monochromatic Colors of #ACE2FD
Black with #ACE2FD
Text Example
Text Example
White with #ACE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2FD; }
p { color: rgb(172,226,253); }
H1.HeaderClassName
{
color: #ACE2FD;
}
.AnyTagClassName
{
color: #ACE2FD;
}
</style>
background-color css
<style>
a { background-color: #ACE2FD; }
a { background-color: rgb(172,226,253); }
div.DivClassName
{
background-color: #ACE2FD;
}
.BgClassName
{
background-color: #ACE2FD;
}
</style>
border-color css
<style>
span { border-color: #ACE2FD; }
span { border-color: rgb(172,226,253); }
td.TdClassName
{
border-color: #ACE2FD;
}
.TagClassName
{
border-color: #ACE2FD;
}
</style>