Shades of Columbia Blue #ADDAFF
Tints of Columbia Blue #ADDAFF
RGB
CMYK
RGB Variations
Color information
#ADDAFF (or 0xADDAFF) is known color: Columbia Blue. HEX triplet: AD, DA and FF. RGB value is (173,218,255). Sum of RGB (Red+Green+Blue) = 173+218+255=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFF is #522500. Grayscale: #D0D0D0. Windows color (decimal): -5383425 or 16767661. OLE color: 16767661.
HSL color Cylindrical-coordinate representation of color #ADDAFF: hue angle of 207.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDAFF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 218 | 255 | - |
| CMYK | 0.32 | 0.15 | 0 | 0 |
| HSL | 207.07º | 1% | 0.84% | - |
| HSV(B) | 207.07º | 0.32% | 1% | - |
| XYZ | 60.35 | 66.25 | 104.21 | - |
| YUV | 208.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 255 | 0.32 | 0.15 | 0 | 0 | 207.07 | 1 | 0.84 |
| Hex | AD | DA | FF | 20 | F | 0 | 0 | CF | 64 | 54 |
| Octal | 255 | 332 | 377 | 40 | 17 | 0 | 0 | 317 | 144 | 124 |
| Binary | 10101101 | 11011010 | 11111111 | 100000 | 1111 | 0 | 0 | 11001111 | 1100100 | 1010100 |
Color Harmonies of #ADDAFF
Complementary color
Monochromatic Colors of #ADDAFF
Black with #ADDAFF
Text Example
Text Example
White with #ADDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAFF; }
p { color: rgb(173,218,255); }
H1.HeaderClassName
{
color: #ADDAFF;
}
.AnyTagClassName
{
color: #ADDAFF;
}
</style>
background-color css
<style>
a { background-color: #ADDAFF; }
a { background-color: rgb(173,218,255); }
div.DivClassName
{
background-color: #ADDAFF;
}
.BgClassName
{
background-color: #ADDAFF;
}
</style>
border-color css
<style>
span { border-color: #ADDAFF; }
span { border-color: rgb(173,218,255); }
td.TdClassName
{
border-color: #ADDAFF;
}
.TagClassName
{
border-color: #ADDAFF;
}
</style>