Shades of Columbia Blue #ADDFFC
Tints of Columbia Blue #ADDFFC
RGB
CMYK
RGB Variations
Color information
#ADDFFC (or 0xADDFFC) is known color: Columbia Blue. HEX triplet: AD, DF and FC. RGB value is (173,223,252). Sum of RGB (Red+Green+Blue) = 173+223+252=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFC is #522003. Grayscale: #D3D3D3. Windows color (decimal): -5382148 or 16572333. OLE color: 16572333.
HSL color Cylindrical-coordinate representation of color #ADDFFC: hue angle of 202.03º 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 #ADDFFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 223 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 202.03º | 0.93% | 0.83% | - |
| HSV(B) | 202.03º | 0.31% | 0.99% | - |
| XYZ | 61.19 | 68.69 | 102.13 | - |
| YUV | 211.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 252 | 0.31 | 0.12 | 0 | 0.01 | 202.03 | 0.93 | 0.83 |
| Hex | AD | DF | FC | 1F | C | 0 | 1 | CA | 5D | 53 |
| Octal | 255 | 337 | 374 | 37 | 14 | 0 | 1 | 312 | 135 | 123 |
| Binary | 10101101 | 11011111 | 11111100 | 11111 | 1100 | 0 | 1 | 11001010 | 1011101 | 1010011 |
Color Harmonies of #ADDFFC
Complementary color
Monochromatic Colors of #ADDFFC
Black with #ADDFFC
Text Example
Text Example
White with #ADDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFFC; }
p { color: rgb(173,223,252); }
H1.HeaderClassName
{
color: #ADDFFC;
}
.AnyTagClassName
{
color: #ADDFFC;
}
</style>
background-color css
<style>
a { background-color: #ADDFFC; }
a { background-color: rgb(173,223,252); }
div.DivClassName
{
background-color: #ADDFFC;
}
.BgClassName
{
background-color: #ADDFFC;
}
</style>
border-color css
<style>
span { border-color: #ADDFFC; }
span { border-color: rgb(173,223,252); }
td.TdClassName
{
border-color: #ADDFFC;
}
.TagClassName
{
border-color: #ADDFFC;
}
</style>