Shades of Columbia Blue #ACDEFE
Tints of Columbia Blue #ACDEFE
RGB
CMYK
RGB Variations
Color information
#ACDEFE (or 0xACDEFE) is known color: Columbia Blue. HEX triplet: AC, DE and FE. RGB value is (172,222,254). Sum of RGB (Red+Green+Blue) = 172+222+254=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFE is #532101. Grayscale: #D2D2D2. Windows color (decimal): -5447938 or 16703148. OLE color: 16703148.
HSL color Cylindrical-coordinate representation of color #ACDEFE: hue angle of 203.41º 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 #ACDEFE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 222 | 254 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.00 |
| HSL | 203.41º | 0.98% | 0.84% | - |
| HSV(B) | 203.41º | 0.32% | 1% | - |
| XYZ | 61.02 | 68.17 | 103.71 | - |
| YUV | 210.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 254 | 0.32 | 0.13 | 0 | 0.00 | 203.41 | 0.98 | 0.84 |
| Hex | AC | DE | FE | 20 | D | 0 | 0 | CB | 62 | 54 |
| Octal | 254 | 336 | 376 | 40 | 15 | 0 | 0 | 313 | 142 | 124 |
| Binary | 10101100 | 11011110 | 11111110 | 100000 | 1101 | 0 | 0 | 11001011 | 1100010 | 1010100 |
Color Harmonies of #ACDEFE
Complementary color
Monochromatic Colors of #ACDEFE
Black with #ACDEFE
Text Example
Text Example
White with #ACDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEFE; }
p { color: rgb(172,222,254); }
H1.HeaderClassName
{
color: #ACDEFE;
}
.AnyTagClassName
{
color: #ACDEFE;
}
</style>
background-color css
<style>
a { background-color: #ACDEFE; }
a { background-color: rgb(172,222,254); }
div.DivClassName
{
background-color: #ACDEFE;
}
.BgClassName
{
background-color: #ACDEFE;
}
</style>
border-color css
<style>
span { border-color: #ACDEFE; }
span { border-color: rgb(172,222,254); }
td.TdClassName
{
border-color: #ACDEFE;
}
.TagClassName
{
border-color: #ACDEFE;
}
</style>