Shades of Columbia Blue #ADDBFB
Tints of Columbia Blue #ADDBFB
RGB
CMYK
RGB Variations
Color information
#ADDBFB (or 0xADDBFB) is known color: Columbia Blue. HEX triplet: AD, DB and FB. RGB value is (173,219,251). Sum of RGB (Red+Green+Blue) = 173+219+251=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBFB is #522404. Grayscale: #D0D0D0. Windows color (decimal): -5383173 or 16505773. OLE color: 16505773.
HSL color Cylindrical-coordinate representation of color #ADDBFB: hue angle of 204.62º 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 #ADDBFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 219 | 251 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.02 |
| HSL | 204.62º | 0.91% | 0.83% | - |
| HSV(B) | 204.62º | 0.31% | 0.98% | - |
| XYZ | 59.98 | 66.51 | 100.94 | - |
| YUV | 208.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 251 | 0.31 | 0.13 | 0 | 0.02 | 204.62 | 0.91 | 0.83 |
| Hex | AD | DB | FB | 1F | D | 0 | 2 | CD | 5B | 53 |
| Octal | 255 | 333 | 373 | 37 | 15 | 0 | 2 | 315 | 133 | 123 |
| Binary | 10101101 | 11011011 | 11111011 | 11111 | 1101 | 0 | 10 | 11001101 | 1011011 | 1010011 |
Color Harmonies of #ADDBFB
Complementary color
Monochromatic Colors of #ADDBFB
Black with #ADDBFB
Text Example
Text Example
White with #ADDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBFB; }
p { color: rgb(173,219,251); }
H1.HeaderClassName
{
color: #ADDBFB;
}
.AnyTagClassName
{
color: #ADDBFB;
}
</style>
background-color css
<style>
a { background-color: #ADDBFB; }
a { background-color: rgb(173,219,251); }
div.DivClassName
{
background-color: #ADDBFB;
}
.BgClassName
{
background-color: #ADDBFB;
}
</style>
border-color css
<style>
span { border-color: #ADDBFB; }
span { border-color: rgb(173,219,251); }
td.TdClassName
{
border-color: #ADDBFB;
}
.TagClassName
{
border-color: #ADDBFB;
}
</style>