Shades of Columbia Blue #ADDBFC
Tints of Columbia Blue #ADDBFC
RGB
CMYK
RGB Variations
Color information
#ADDBFC (or 0xADDBFC) is known color: Columbia Blue. HEX triplet: AD, DB and FC. RGB value is (173,219,252). Sum of RGB (Red+Green+Blue) = 173+219+252=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBFC is #522403. Grayscale: #D0D0D0. Windows color (decimal): -5383172 or 16571309. OLE color: 16571309.
HSL color Cylindrical-coordinate representation of color #ADDBFC: hue angle of 205.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDBFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 219 | 252 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.01 |
| HSL | 205.06º | 0.93% | 0.83% | - |
| HSV(B) | 205.06º | 0.31% | 0.99% | - |
| XYZ | 60.14 | 66.58 | 101.78 | - |
| YUV | 209.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 252 | 0.31 | 0.13 | 0 | 0.01 | 205.06 | 0.93 | 0.83 |
| Hex | AD | DB | FC | 1F | D | 0 | 1 | CD | 5D | 53 |
| Octal | 255 | 333 | 374 | 37 | 15 | 0 | 1 | 315 | 135 | 123 |
| Binary | 10101101 | 11011011 | 11111100 | 11111 | 1101 | 0 | 1 | 11001101 | 1011101 | 1010011 |
Color Harmonies of #ADDBFC
Complementary color
Monochromatic Colors of #ADDBFC
Black with #ADDBFC
Text Example
Text Example
White with #ADDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBFC; }
p { color: rgb(173,219,252); }
H1.HeaderClassName
{
color: #ADDBFC;
}
.AnyTagClassName
{
color: #ADDBFC;
}
</style>
background-color css
<style>
a { background-color: #ADDBFC; }
a { background-color: rgb(173,219,252); }
div.DivClassName
{
background-color: #ADDBFC;
}
.BgClassName
{
background-color: #ADDBFC;
}
</style>
border-color css
<style>
span { border-color: #ADDBFC; }
span { border-color: rgb(173,219,252); }
td.TdClassName
{
border-color: #ADDBFC;
}
.TagClassName
{
border-color: #ADDBFC;
}
</style>