Shades of Columbia Blue #ACDEFC
Tints of Columbia Blue #ACDEFC
RGB
CMYK
RGB Variations
Color information
#ACDEFC (or 0xACDEFC) is known color: Columbia Blue. HEX triplet: AC, DE and FC. RGB value is (172,222,252). Sum of RGB (Red+Green+Blue) = 172+222+252=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFC is #532103. Grayscale: #D2D2D2. Windows color (decimal): -5447940 or 16572076. OLE color: 16572076.
HSL color Cylindrical-coordinate representation of color #ACDEFC: hue angle of 202.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDEFC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 222 | 252 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.01 |
| HSL | 202.5º | 0.93% | 0.83% | - |
| HSV(B) | 202.5º | 0.32% | 0.99% | - |
| XYZ | 60.71 | 68.04 | 102.03 | - |
| YUV | 210.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 252 | 0.32 | 0.12 | 0 | 0.01 | 202.5 | 0.93 | 0.83 |
| Hex | AC | DE | FC | 20 | C | 0 | 1 | CA | 5D | 53 |
| Octal | 254 | 336 | 374 | 40 | 14 | 0 | 1 | 312 | 135 | 123 |
| Binary | 10101100 | 11011110 | 11111100 | 100000 | 1100 | 0 | 1 | 11001010 | 1011101 | 1010011 |
Color Harmonies of #ACDEFC
Complementary color
Monochromatic Colors of #ACDEFC
Black with #ACDEFC
Text Example
Text Example
White with #ACDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEFC; }
p { color: rgb(172,222,252); }
H1.HeaderClassName
{
color: #ACDEFC;
}
.AnyTagClassName
{
color: #ACDEFC;
}
</style>
background-color css
<style>
a { background-color: #ACDEFC; }
a { background-color: rgb(172,222,252); }
div.DivClassName
{
background-color: #ACDEFC;
}
.BgClassName
{
background-color: #ACDEFC;
}
</style>
border-color css
<style>
span { border-color: #ACDEFC; }
span { border-color: rgb(172,222,252); }
td.TdClassName
{
border-color: #ACDEFC;
}
.TagClassName
{
border-color: #ACDEFC;
}
</style>