Shades of Columbia Blue #ACDFFC
Tints of Columbia Blue #ACDFFC
RGB
CMYK
RGB Variations
Color information
#ACDFFC (or 0xACDFFC) is known color: Columbia Blue. HEX triplet: AC, DF and FC. RGB value is (172,223,252). Sum of RGB (Red+Green+Blue) = 172+223+252=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFFC is #532003. Grayscale: #D2D2D2. Windows color (decimal): -5447684 or 16572332. OLE color: 16572332.
HSL color Cylindrical-coordinate representation of color #ACDFFC: hue angle of 201.75º 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 #ACDFFC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 223 | 252 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.01 |
| HSL | 201.75º | 0.93% | 0.83% | - |
| HSV(B) | 201.75º | 0.32% | 0.99% | - |
| XYZ | 60.97 | 68.57 | 102.12 | - |
| YUV | 211.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 252 | 0.32 | 0.12 | 0 | 0.01 | 201.75 | 0.93 | 0.83 |
| Hex | AC | DF | FC | 20 | C | 0 | 1 | CA | 5D | 53 |
| Octal | 254 | 337 | 374 | 40 | 14 | 0 | 1 | 312 | 135 | 123 |
| Binary | 10101100 | 11011111 | 11111100 | 100000 | 1100 | 0 | 1 | 11001010 | 1011101 | 1010011 |
Color Harmonies of #ACDFFC
Complementary color
Monochromatic Colors of #ACDFFC
Black with #ACDFFC
Text Example
Text Example
White with #ACDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFFC; }
p { color: rgb(172,223,252); }
H1.HeaderClassName
{
color: #ACDFFC;
}
.AnyTagClassName
{
color: #ACDFFC;
}
</style>
background-color css
<style>
a { background-color: #ACDFFC; }
a { background-color: rgb(172,223,252); }
div.DivClassName
{
background-color: #ACDFFC;
}
.BgClassName
{
background-color: #ACDFFC;
}
</style>
border-color css
<style>
span { border-color: #ACDFFC; }
span { border-color: rgb(172,223,252); }
td.TdClassName
{
border-color: #ACDFFC;
}
.TagClassName
{
border-color: #ACDFFC;
}
</style>