Shades of Columbia Blue #ADDCFA
Tints of Columbia Blue #ADDCFA
RGB
CMYK
RGB Variations
Color information
#ADDCFA (or 0xADDCFA) is known color: Columbia Blue. HEX triplet: AD, DC and FA. RGB value is (173,220,250). Sum of RGB (Red+Green+Blue) = 173+220+250=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFA is #522305. Grayscale: #D1D1D1. Windows color (decimal): -5382918 or 16440493. OLE color: 16440493.
HSL color Cylindrical-coordinate representation of color #ADDCFA: hue angle of 203.38º degrees, saturation: 0.89, 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 #ADDCFA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 220 | 250 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.02 |
| HSL | 203.38º | 0.89% | 0.83% | - |
| HSV(B) | 203.38º | 0.31% | 0.98% | - |
| XYZ | 60.08 | 66.97 | 100.2 | - |
| YUV | 209.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 250 | 0.31 | 0.12 | 0 | 0.02 | 203.38 | 0.89 | 0.83 |
| Hex | AD | DC | FA | 1F | C | 0 | 2 | CB | 59 | 53 |
| Octal | 255 | 334 | 372 | 37 | 14 | 0 | 2 | 313 | 131 | 123 |
| Binary | 10101101 | 11011100 | 11111010 | 11111 | 1100 | 0 | 10 | 11001011 | 1011001 | 1010011 |
Color Harmonies of #ADDCFA
Complementary color
Monochromatic Colors of #ADDCFA
Black with #ADDCFA
Text Example
Text Example
White with #ADDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCFA; }
p { color: rgb(173,220,250); }
H1.HeaderClassName
{
color: #ADDCFA;
}
.AnyTagClassName
{
color: #ADDCFA;
}
</style>
background-color css
<style>
a { background-color: #ADDCFA; }
a { background-color: rgb(173,220,250); }
div.DivClassName
{
background-color: #ADDCFA;
}
.BgClassName
{
background-color: #ADDCFA;
}
</style>
border-color css
<style>
span { border-color: #ADDCFA; }
span { border-color: rgb(173,220,250); }
td.TdClassName
{
border-color: #ADDCFA;
}
.TagClassName
{
border-color: #ADDCFA;
}
</style>