Shades of Columbia Blue #ADDDFF
Tints of Columbia Blue #ADDDFF
RGB
CMYK
RGB Variations
Color information
#ADDDFF (or 0xADDDFF) is known color: Columbia Blue. HEX triplet: AD, DD and FF. RGB value is (173,221,255). Sum of RGB (Red+Green+Blue) = 173+221+255=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFF is #522200. Grayscale: #D2D2D2. Windows color (decimal): -5382657 or 16768429. OLE color: 16768429.
HSL color Cylindrical-coordinate representation of color #ADDDFF: hue angle of 204.88º 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 #ADDDFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 221 | 255 | - |
| CMYK | 0.32 | 0.13 | 0 | 0 |
| HSL | 204.88º | 1% | 0.84% | - |
| HSV(B) | 204.88º | 0.32% | 1% | - |
| XYZ | 61.14 | 67.82 | 104.48 | - |
| YUV | 210.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 255 | 0.32 | 0.13 | 0 | 0 | 204.88 | 1 | 0.84 |
| Hex | AD | DD | FF | 20 | D | 0 | 0 | CD | 64 | 54 |
| Octal | 255 | 335 | 377 | 40 | 15 | 0 | 0 | 315 | 144 | 124 |
| Binary | 10101101 | 11011101 | 11111111 | 100000 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010100 |
Color Harmonies of #ADDDFF
Complementary color
Monochromatic Colors of #ADDDFF
Black with #ADDDFF
Text Example
Text Example
White with #ADDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDFF; }
p { color: rgb(173,221,255); }
H1.HeaderClassName
{
color: #ADDDFF;
}
.AnyTagClassName
{
color: #ADDDFF;
}
</style>
background-color css
<style>
a { background-color: #ADDDFF; }
a { background-color: rgb(173,221,255); }
div.DivClassName
{
background-color: #ADDDFF;
}
.BgClassName
{
background-color: #ADDDFF;
}
</style>
border-color css
<style>
span { border-color: #ADDDFF; }
span { border-color: rgb(173,221,255); }
td.TdClassName
{
border-color: #ADDDFF;
}
.TagClassName
{
border-color: #ADDDFF;
}
</style>