Shades of Columbia Blue #ACDDFB
Tints of Columbia Blue #ACDDFB
RGB
CMYK
RGB Variations
Color information
#ACDDFB (or 0xACDDFB) is known color: Columbia Blue. HEX triplet: AC, DD and FB. RGB value is (172,221,251). Sum of RGB (Red+Green+Blue) = 172+221+251=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFB is #532204. Grayscale: #D1D1D1. Windows color (decimal): -5448197 or 16506284. OLE color: 16506284.
HSL color Cylindrical-coordinate representation of color #ACDDFB: hue angle of 202.78º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDDFB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 221 | 251 | - |
CMYK | 0.31 | 0.12 | 0 | 0.02 |
HSL | 202.78º | 0.91% | 0.83% | - |
HSV(B) | 202.78º | 0.31% | 0.98% | - |
XYZ | 60.28 | 67.45 | 101.11 | - |
YUV | 209.77 | 151.27 | 101.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 251 | 0.31 | 0.12 | 0 | 0.02 | 202.78 | 0.91 | 0.83 |
Hex | AC | DD | FB | 1F | C | 0 | 2 | CB | 5B | 53 |
Octal | 254 | 335 | 373 | 37 | 14 | 0 | 2 | 313 | 133 | 123 |
Binary | 10101100 | 11011101 | 11111011 | 11111 | 1100 | 0 | 10 | 11001011 | 1011011 | 1010011 |
Color Harmonies of #ACDDFB
Complementary color
Monochromatic Colors of #ACDDFB
Black with #ACDDFB
Text Example
Text Example
White with #ACDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDFB; }
p { color: rgb(172,221,251); }
H1.HeaderClassName
{
color: #ACDDFB;
}
.AnyTagClassName
{
color: #ACDDFB;
}
</style>
background-color css
<style>
a { background-color: #ACDDFB; }
a { background-color: rgb(172,221,251); }
div.DivClassName
{
background-color: #ACDDFB;
}
.BgClassName
{
background-color: #ACDDFB;
}
</style>
border-color css
<style>
span { border-color: #ACDDFB; }
span { border-color: rgb(172,221,251); }
td.TdClassName
{
border-color: #ACDDFB;
}
.TagClassName
{
border-color: #ACDDFB;
}
</style>