Shades of Columbia Blue #ACDEFF
Tints of Columbia Blue #ACDEFF
RGB
CMYK
RGB Variations
Color information
#ACDEFF (or 0xACDEFF) is known color: Columbia Blue. HEX triplet: AC, DE and FF. RGB value is (172,222,255). Sum of RGB (Red+Green+Blue) = 172+222+255=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFF is #532100. Grayscale: #D2D2D2. Windows color (decimal): -5447937 or 16768684. OLE color: 16768684.
HSL color Cylindrical-coordinate representation of color #ACDEFF: hue angle of 203.86º 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 #ACDEFF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 222 | 255 | - |
| CMYK | 0.33 | 0.13 | 0 | 0 |
| HSL | 203.86º | 1% | 0.84% | - |
| HSV(B) | 203.86º | 0.33% | 1% | - |
| XYZ | 61.18 | 68.23 | 104.55 | - |
| YUV | 210.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 255 | 0.33 | 0.13 | 0 | 0 | 203.86 | 1 | 0.84 |
| Hex | AC | DE | FF | 21 | D | 0 | 0 | CC | 64 | 54 |
| Octal | 254 | 336 | 377 | 41 | 15 | 0 | 0 | 314 | 144 | 124 |
| Binary | 10101100 | 11011110 | 11111111 | 100001 | 1101 | 0 | 0 | 11001100 | 1100100 | 1010100 |
Color Harmonies of #ACDEFF
Complementary color
Monochromatic Colors of #ACDEFF
Black with #ACDEFF
Text Example
Text Example
White with #ACDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEFF; }
p { color: rgb(172,222,255); }
H1.HeaderClassName
{
color: #ACDEFF;
}
.AnyTagClassName
{
color: #ACDEFF;
}
</style>
background-color css
<style>
a { background-color: #ACDEFF; }
a { background-color: rgb(172,222,255); }
div.DivClassName
{
background-color: #ACDEFF;
}
.BgClassName
{
background-color: #ACDEFF;
}
</style>
border-color css
<style>
span { border-color: #ACDEFF; }
span { border-color: rgb(172,222,255); }
td.TdClassName
{
border-color: #ACDEFF;
}
.TagClassName
{
border-color: #ACDEFF;
}
</style>