Shades of Columbia Blue #ADDCFB
Tints of Columbia Blue #ADDCFB
RGB
CMYK
RGB Variations
Color information
#ADDCFB (or 0xADDCFB) is known color: Columbia Blue. HEX triplet: AD, DC and FB. RGB value is (173,220,251). Sum of RGB (Red+Green+Blue) = 173+220+251=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 220 (86.33% from 255 or 34.16% 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 #ADDCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFB is #522304. Grayscale: #D1D1D1. Windows color (decimal): -5382917 or 16506029. OLE color: 16506029.
HSL color Cylindrical-coordinate representation of color #ADDCFB: hue angle of 203.85º 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 #ADDCFB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 220 | 251 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.02 |
| HSL | 203.85º | 0.91% | 0.83% | - |
| HSV(B) | 203.85º | 0.31% | 0.98% | - |
| XYZ | 60.24 | 67.04 | 101.03 | - |
| YUV | 209.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 251 | 0.31 | 0.12 | 0 | 0.02 | 203.85 | 0.91 | 0.83 |
| Hex | AD | DC | FB | 1F | C | 0 | 2 | CC | 5B | 53 |
| Octal | 255 | 334 | 373 | 37 | 14 | 0 | 2 | 314 | 133 | 123 |
| Binary | 10101101 | 11011100 | 11111011 | 11111 | 1100 | 0 | 10 | 11001100 | 1011011 | 1010011 |
Color Harmonies of #ADDCFB
Complementary color
Monochromatic Colors of #ADDCFB
Black with #ADDCFB
Text Example
Text Example
White with #ADDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCFB; }
p { color: rgb(173,220,251); }
H1.HeaderClassName
{
color: #ADDCFB;
}
.AnyTagClassName
{
color: #ADDCFB;
}
</style>
background-color css
<style>
a { background-color: #ADDCFB; }
a { background-color: rgb(173,220,251); }
div.DivClassName
{
background-color: #ADDCFB;
}
.BgClassName
{
background-color: #ADDCFB;
}
</style>
border-color css
<style>
span { border-color: #ADDCFB; }
span { border-color: rgb(173,220,251); }
td.TdClassName
{
border-color: #ADDCFB;
}
.TagClassName
{
border-color: #ADDCFB;
}
</style>