Shades of Columbia Blue #ACE4FB
Tints of Columbia Blue #ACE4FB
RGB
CMYK
RGB Variations
Color information
#ACE4FB (or 0xACE4FB) is known color: Columbia Blue. HEX triplet: AC, E4 and FB. RGB value is (172,228,251). Sum of RGB (Red+Green+Blue) = 172+228+251=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FB is #531B04. Grayscale: #D5D5D5. Windows color (decimal): -5446405 or 16508076. OLE color: 16508076.
HSL color Cylindrical-coordinate representation of color #ACE4FB: hue angle of 197.47º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE4FB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 228 | 251 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.02 |
| HSL | 197.47º | 0.91% | 0.83% | - |
| HSV(B) | 197.47º | 0.31% | 0.98% | - |
| XYZ | 62.17 | 71.22 | 101.74 | - |
| YUV | 213.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 251 | 0.31 | 0.09 | 0 | 0.02 | 197.47 | 0.91 | 0.83 |
| Hex | AC | E4 | FB | 1F | 9 | 0 | 2 | C5 | 5B | 53 |
| Octal | 254 | 344 | 373 | 37 | 11 | 0 | 2 | 305 | 133 | 123 |
| Binary | 10101100 | 11100100 | 11111011 | 11111 | 1001 | 0 | 10 | 11000101 | 1011011 | 1010011 |
Color Harmonies of #ACE4FB
Complementary color
Monochromatic Colors of #ACE4FB
Black with #ACE4FB
Text Example
Text Example
White with #ACE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4FB; }
p { color: rgb(172,228,251); }
H1.HeaderClassName
{
color: #ACE4FB;
}
.AnyTagClassName
{
color: #ACE4FB;
}
</style>
background-color css
<style>
a { background-color: #ACE4FB; }
a { background-color: rgb(172,228,251); }
div.DivClassName
{
background-color: #ACE4FB;
}
.BgClassName
{
background-color: #ACE4FB;
}
</style>
border-color css
<style>
span { border-color: #ACE4FB; }
span { border-color: rgb(172,228,251); }
td.TdClassName
{
border-color: #ACE4FB;
}
.TagClassName
{
border-color: #ACE4FB;
}
</style>