Shades of Columbia Blue #ACDDFD
Tints of Columbia Blue #ACDDFD
RGB
CMYK
RGB Variations
Color information
#ACDDFD (or 0xACDDFD) is known color: Columbia Blue. HEX triplet: AC, DD and FD. RGB value is (172,221,253). Sum of RGB (Red+Green+Blue) = 172+221+253=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFD is #532202. Grayscale: #D1D1D1. Windows color (decimal): -5448195 or 16637356. OLE color: 16637356.
HSL color Cylindrical-coordinate representation of color #ACDDFD: hue angle of 203.7º degrees, saturation: 0.95, 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 #ACDDFD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 221 | 253 | - |
CMYK | 0.32 | 0.13 | 0 | 0.01 |
HSL | 203.7º | 0.95% | 0.83% | - |
HSV(B) | 203.7º | 0.32% | 0.99% | - |
XYZ | 60.6 | 67.58 | 102.78 | - |
YUV | 210 | 152.27 | 100.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 253 | 0.32 | 0.13 | 0 | 0.01 | 203.7 | 0.95 | 0.83 |
Hex | AC | DD | FD | 20 | D | 0 | 1 | CC | 5F | 53 |
Octal | 254 | 335 | 375 | 40 | 15 | 0 | 1 | 314 | 137 | 123 |
Binary | 10101100 | 11011101 | 11111101 | 100000 | 1101 | 0 | 1 | 11001100 | 1011111 | 1010011 |
Color Harmonies of #ACDDFD
Complementary color
Monochromatic Colors of #ACDDFD
Black with #ACDDFD
Text Example
Text Example
White with #ACDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDFD; }
p { color: rgb(172,221,253); }
H1.HeaderClassName
{
color: #ACDDFD;
}
.AnyTagClassName
{
color: #ACDDFD;
}
</style>
background-color css
<style>
a { background-color: #ACDDFD; }
a { background-color: rgb(172,221,253); }
div.DivClassName
{
background-color: #ACDDFD;
}
.BgClassName
{
background-color: #ACDDFD;
}
</style>
border-color css
<style>
span { border-color: #ACDDFD; }
span { border-color: rgb(172,221,253); }
td.TdClassName
{
border-color: #ACDDFD;
}
.TagClassName
{
border-color: #ACDDFD;
}
</style>