Shades of Columbia Blue #ADDBFE
Tints of Columbia Blue #ADDBFE
RGB
CMYK
RGB Variations
Color information
#ADDBFE (or 0xADDBFE) is known color: Columbia Blue. HEX triplet: AD, DB and FE. RGB value is (173,219,254). Sum of RGB (Red+Green+Blue) = 173+219+254=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBFE is #522401. Grayscale: #D1D1D1. Windows color (decimal): -5383170 or 16702381. OLE color: 16702381.
HSL color Cylindrical-coordinate representation of color #ADDBFE: hue angle of 205.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDBFE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 219 | 254 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.00 |
| HSL | 205.93º | 0.98% | 0.84% | - |
| HSV(B) | 205.93º | 0.32% | 1% | - |
| XYZ | 60.45 | 66.7 | 103.45 | - |
| YUV | 209.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 254 | 0.32 | 0.14 | 0 | 0.00 | 205.93 | 0.98 | 0.84 |
| Hex | AD | DB | FE | 20 | E | 0 | 0 | CE | 62 | 54 |
| Octal | 255 | 333 | 376 | 40 | 16 | 0 | 0 | 316 | 142 | 124 |
| Binary | 10101101 | 11011011 | 11111110 | 100000 | 1110 | 0 | 0 | 11001110 | 1100010 | 1010100 |
Color Harmonies of #ADDBFE
Complementary color
Monochromatic Colors of #ADDBFE
Black with #ADDBFE
Text Example
Text Example
White with #ADDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBFE; }
p { color: rgb(173,219,254); }
H1.HeaderClassName
{
color: #ADDBFE;
}
.AnyTagClassName
{
color: #ADDBFE;
}
</style>
background-color css
<style>
a { background-color: #ADDBFE; }
a { background-color: rgb(173,219,254); }
div.DivClassName
{
background-color: #ADDBFE;
}
.BgClassName
{
background-color: #ADDBFE;
}
</style>
border-color css
<style>
span { border-color: #ADDBFE; }
span { border-color: rgb(173,219,254); }
td.TdClassName
{
border-color: #ADDBFE;
}
.TagClassName
{
border-color: #ADDBFE;
}
</style>