Shades of Columbia Blue #ACDAFC
Tints of Columbia Blue #ACDAFC
RGB
CMYK
RGB Variations
Color information
#ACDAFC (or 0xACDAFC) is known color: Columbia Blue. HEX triplet: AC, DA and FC. RGB value is (172,218,252). Sum of RGB (Red+Green+Blue) = 172+218+252=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFC is #532503. Grayscale: #CFCFCF. Windows color (decimal): -5448964 or 16571052. OLE color: 16571052.
HSL color Cylindrical-coordinate representation of color #ACDAFC: hue angle of 205.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 #ACDAFC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 218 | 252 | - |
CMYK | 0.32 | 0.13 | 0 | 0.01 |
HSL | 205.5º | 0.93% | 0.83% | - |
HSV(B) | 205.5º | 0.32% | 0.99% | - |
XYZ | 59.66 | 65.94 | 101.68 | - |
YUV | 208.12 | 152.76 | 102.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 252 | 0.32 | 0.13 | 0 | 0.01 | 205.5 | 0.93 | 0.83 |
Hex | AC | DA | FC | 20 | D | 0 | 1 | CE | 5D | 53 |
Octal | 254 | 332 | 374 | 40 | 15 | 0 | 1 | 316 | 135 | 123 |
Binary | 10101100 | 11011010 | 11111100 | 100000 | 1101 | 0 | 1 | 11001110 | 1011101 | 1010011 |
Color Harmonies of #ACDAFC
Complementary color
Monochromatic Colors of #ACDAFC
Black with #ACDAFC
Text Example
Text Example
White with #ACDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAFC; }
p { color: rgb(172,218,252); }
H1.HeaderClassName
{
color: #ACDAFC;
}
.AnyTagClassName
{
color: #ACDAFC;
}
</style>
background-color css
<style>
a { background-color: #ACDAFC; }
a { background-color: rgb(172,218,252); }
div.DivClassName
{
background-color: #ACDAFC;
}
.BgClassName
{
background-color: #ACDAFC;
}
</style>
border-color css
<style>
span { border-color: #ACDAFC; }
span { border-color: rgb(172,218,252); }
td.TdClassName
{
border-color: #ACDAFC;
}
.TagClassName
{
border-color: #ACDAFC;
}
</style>