Shades of Columbia Blue #ADDEFC
Tints of Columbia Blue #ADDEFC
RGB
CMYK
RGB Variations
Color information
#ADDEFC (or 0xADDEFC) is known color: Columbia Blue. HEX triplet: AD, DE and FC. RGB value is (173,222,252). Sum of RGB (Red+Green+Blue) = 173+222+252=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFC is #522103. Grayscale: #D2D2D2. Windows color (decimal): -5382404 or 16572077. OLE color: 16572077.
HSL color Cylindrical-coordinate representation of color #ADDEFC: hue angle of 202.78º 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 #ADDEFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 222 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 202.78º | 0.93% | 0.83% | - |
| HSV(B) | 202.78º | 0.31% | 0.99% | - |
| XYZ | 60.93 | 68.16 | 102.04 | - |
| YUV | 210.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 252 | 0.31 | 0.12 | 0 | 0.01 | 202.78 | 0.93 | 0.83 |
| Hex | AD | DE | FC | 1F | C | 0 | 1 | CB | 5D | 53 |
| Octal | 255 | 336 | 374 | 37 | 14 | 0 | 1 | 313 | 135 | 123 |
| Binary | 10101101 | 11011110 | 11111100 | 11111 | 1100 | 0 | 1 | 11001011 | 1011101 | 1010011 |
Color Harmonies of #ADDEFC
Complementary color
Monochromatic Colors of #ADDEFC
Black with #ADDEFC
Text Example
Text Example
White with #ADDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEFC; }
p { color: rgb(173,222,252); }
H1.HeaderClassName
{
color: #ADDEFC;
}
.AnyTagClassName
{
color: #ADDEFC;
}
</style>
background-color css
<style>
a { background-color: #ADDEFC; }
a { background-color: rgb(173,222,252); }
div.DivClassName
{
background-color: #ADDEFC;
}
.BgClassName
{
background-color: #ADDEFC;
}
</style>
border-color css
<style>
span { border-color: #ADDEFC; }
span { border-color: rgb(173,222,252); }
td.TdClassName
{
border-color: #ADDEFC;
}
.TagClassName
{
border-color: #ADDEFC;
}
</style>