Shades of Columbia Blue #ADDFFF
Tints of Columbia Blue #ADDFFF
RGB
CMYK
RGB Variations
Color information
#ADDFFF (or 0xADDFFF) is known color: Columbia Blue. HEX triplet: AD, DF and FF. RGB value is (173,223,255). Sum of RGB (Red+Green+Blue) = 173+223+255=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFF is #522000. Grayscale: #D3D3D3. Windows color (decimal): -5382145 or 16768941. OLE color: 16768941.
HSL color Cylindrical-coordinate representation of color #ADDFFF: hue angle of 203.41º 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 #ADDFFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 223 | 255 | - |
| CMYK | 0.32 | 0.13 | 0 | 0 |
| HSL | 203.41º | 1% | 0.84% | - |
| HSV(B) | 203.41º | 0.32% | 1% | - |
| XYZ | 61.67 | 68.88 | 104.65 | - |
| YUV | 211.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 255 | 0.32 | 0.13 | 0 | 0 | 203.41 | 1 | 0.84 |
| Hex | AD | DF | FF | 20 | D | 0 | 0 | CB | 64 | 54 |
| Octal | 255 | 337 | 377 | 40 | 15 | 0 | 0 | 313 | 144 | 124 |
| Binary | 10101101 | 11011111 | 11111111 | 100000 | 1101 | 0 | 0 | 11001011 | 1100100 | 1010100 |
Color Harmonies of #ADDFFF
Complementary color
Monochromatic Colors of #ADDFFF
Black with #ADDFFF
Text Example
Text Example
White with #ADDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFFF; }
p { color: rgb(173,223,255); }
H1.HeaderClassName
{
color: #ADDFFF;
}
.AnyTagClassName
{
color: #ADDFFF;
}
</style>
background-color css
<style>
a { background-color: #ADDFFF; }
a { background-color: rgb(173,223,255); }
div.DivClassName
{
background-color: #ADDFFF;
}
.BgClassName
{
background-color: #ADDFFF;
}
</style>
border-color css
<style>
span { border-color: #ADDFFF; }
span { border-color: rgb(173,223,255); }
td.TdClassName
{
border-color: #ADDFFF;
}
.TagClassName
{
border-color: #ADDFFF;
}
</style>