Shades of Columbia Blue #ADDDFC
Tints of Columbia Blue #ADDDFC
RGB
CMYK
RGB Variations
Color information
#ADDDFC (or 0xADDDFC) is known color: Columbia Blue. HEX triplet: AD, DD and FC. RGB value is (173,221,252). Sum of RGB (Red+Green+Blue) = 173+221+252=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFC is #522203. Grayscale: #D2D2D2. Windows color (decimal): -5382660 or 16571821. OLE color: 16571821.
HSL color Cylindrical-coordinate representation of color #ADDDFC: hue angle of 203.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDDFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 221 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 203.54º | 0.93% | 0.83% | - |
| HSV(B) | 203.54º | 0.31% | 0.99% | - |
| XYZ | 60.66 | 67.63 | 101.95 | - |
| YUV | 210.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 252 | 0.31 | 0.12 | 0 | 0.01 | 203.54 | 0.93 | 0.83 |
| Hex | AD | DD | FC | 1F | C | 0 | 1 | CC | 5D | 53 |
| Octal | 255 | 335 | 374 | 37 | 14 | 0 | 1 | 314 | 135 | 123 |
| Binary | 10101101 | 11011101 | 11111100 | 11111 | 1100 | 0 | 1 | 11001100 | 1011101 | 1010011 |
Color Harmonies of #ADDDFC
Complementary color
Monochromatic Colors of #ADDDFC
Black with #ADDDFC
Text Example
Text Example
White with #ADDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDFC; }
p { color: rgb(173,221,252); }
H1.HeaderClassName
{
color: #ADDDFC;
}
.AnyTagClassName
{
color: #ADDDFC;
}
</style>
background-color css
<style>
a { background-color: #ADDDFC; }
a { background-color: rgb(173,221,252); }
div.DivClassName
{
background-color: #ADDDFC;
}
.BgClassName
{
background-color: #ADDDFC;
}
</style>
border-color css
<style>
span { border-color: #ADDDFC; }
span { border-color: rgb(173,221,252); }
td.TdClassName
{
border-color: #ADDDFC;
}
.TagClassName
{
border-color: #ADDDFC;
}
</style>