Shades of Columbia Blue #ACD9FF
Tints of Columbia Blue #ACD9FF
RGB
CMYK
RGB Variations
Color information
#ACD9FF (or 0xACD9FF) is known color: Columbia Blue. HEX triplet: AC, D9 and FF. RGB value is (172,217,255). Sum of RGB (Red+Green+Blue) = 172+217+255=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9FF is #532600. Grayscale: #CFCFCF. Windows color (decimal): -5449217 or 16767404. OLE color: 16767404.
HSL color Cylindrical-coordinate representation of color #ACD9FF: hue angle of 207.47º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD9FF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 217 | 255 | - |
| CMYK | 0.33 | 0.15 | 0 | 0 |
| HSL | 207.47º | 1% | 0.84% | - |
| HSV(B) | 207.47º | 0.33% | 1% | - |
| XYZ | 59.88 | 65.62 | 104.12 | - |
| YUV | 207.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 255 | 0.33 | 0.15 | 0 | 0 | 207.47 | 1 | 0.84 |
| Hex | AC | D9 | FF | 21 | F | 0 | 0 | CF | 64 | 54 |
| Octal | 254 | 331 | 377 | 41 | 17 | 0 | 0 | 317 | 144 | 124 |
| Binary | 10101100 | 11011001 | 11111111 | 100001 | 1111 | 0 | 0 | 11001111 | 1100100 | 1010100 |
Color Harmonies of #ACD9FF
Complementary color
Monochromatic Colors of #ACD9FF
Black with #ACD9FF
Text Example
Text Example
White with #ACD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9FF; }
p { color: rgb(172,217,255); }
H1.HeaderClassName
{
color: #ACD9FF;
}
.AnyTagClassName
{
color: #ACD9FF;
}
</style>
background-color css
<style>
a { background-color: #ACD9FF; }
a { background-color: rgb(172,217,255); }
div.DivClassName
{
background-color: #ACD9FF;
}
.BgClassName
{
background-color: #ACD9FF;
}
</style>
border-color css
<style>
span { border-color: #ACD9FF; }
span { border-color: rgb(172,217,255); }
td.TdClassName
{
border-color: #ACD9FF;
}
.TagClassName
{
border-color: #ACD9FF;
}
</style>