Shades of Columbia Blue #ACDAFE
Tints of Columbia Blue #ACDAFE
RGB
CMYK
RGB Variations
Color information
#ACDAFE (or 0xACDAFE) is known color: Columbia Blue. HEX triplet: AC, DA and FE. RGB value is (172,218,254). Sum of RGB (Red+Green+Blue) = 172+218+254=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFE is #532501. Grayscale: #D0D0D0. Windows color (decimal): -5448962 or 16702124. OLE color: 16702124.
HSL color Cylindrical-coordinate representation of color #ACDAFE: hue angle of 206.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDAFE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 218 | 254 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.00 |
| HSL | 206.34º | 0.98% | 0.84% | - |
| HSV(B) | 206.34º | 0.32% | 1% | - |
| XYZ | 59.97 | 66.07 | 103.36 | - |
| YUV | 208.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 254 | 0.32 | 0.14 | 0 | 0.00 | 206.34 | 0.98 | 0.84 |
| Hex | AC | DA | FE | 20 | E | 0 | 0 | CE | 62 | 54 |
| Octal | 254 | 332 | 376 | 40 | 16 | 0 | 0 | 316 | 142 | 124 |
| Binary | 10101100 | 11011010 | 11111110 | 100000 | 1110 | 0 | 0 | 11001110 | 1100010 | 1010100 |
Color Harmonies of #ACDAFE
Complementary color
Monochromatic Colors of #ACDAFE
Black with #ACDAFE
Text Example
Text Example
White with #ACDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAFE; }
p { color: rgb(172,218,254); }
H1.HeaderClassName
{
color: #ACDAFE;
}
.AnyTagClassName
{
color: #ACDAFE;
}
</style>
background-color css
<style>
a { background-color: #ACDAFE; }
a { background-color: rgb(172,218,254); }
div.DivClassName
{
background-color: #ACDAFE;
}
.BgClassName
{
background-color: #ACDAFE;
}
</style>
border-color css
<style>
span { border-color: #ACDAFE; }
span { border-color: rgb(172,218,254); }
td.TdClassName
{
border-color: #ACDAFE;
}
.TagClassName
{
border-color: #ACDAFE;
}
</style>