Shades of Columbia Blue #ADE7FE
Tints of Columbia Blue #ADE7FE
RGB
CMYK
RGB Variations
Color information
#ADE7FE (or 0xADE7FE) is known color: Columbia Blue. HEX triplet: AD, E7 and FE. RGB value is (173,231,254). Sum of RGB (Red+Green+Blue) = 173+231+254=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7FE is #521801. Grayscale: #D8D8D8. Windows color (decimal): -5380098 or 16705453. OLE color: 16705453.
HSL color Cylindrical-coordinate representation of color #ADE7FE: hue angle of 197.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE7FE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 231 | 254 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.00 |
| HSL | 197.04º | 0.98% | 0.84% | - |
| HSV(B) | 197.04º | 0.32% | 1% | - |
| XYZ | 63.7 | 73.19 | 104.54 | - |
| YUV | 216.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 254 | 0.32 | 0.09 | 0 | 0.00 | 197.04 | 0.98 | 0.84 |
| Hex | AD | E7 | FE | 20 | 9 | 0 | 0 | C5 | 62 | 54 |
| Octal | 255 | 347 | 376 | 40 | 11 | 0 | 0 | 305 | 142 | 124 |
| Binary | 10101101 | 11100111 | 11111110 | 100000 | 1001 | 0 | 0 | 11000101 | 1100010 | 1010100 |
Color Harmonies of #ADE7FE
Complementary color
Monochromatic Colors of #ADE7FE
Black with #ADE7FE
Text Example
Text Example
White with #ADE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7FE; }
p { color: rgb(173,231,254); }
H1.HeaderClassName
{
color: #ADE7FE;
}
.AnyTagClassName
{
color: #ADE7FE;
}
</style>
background-color css
<style>
a { background-color: #ADE7FE; }
a { background-color: rgb(173,231,254); }
div.DivClassName
{
background-color: #ADE7FE;
}
.BgClassName
{
background-color: #ADE7FE;
}
</style>
border-color css
<style>
span { border-color: #ADE7FE; }
span { border-color: rgb(173,231,254); }
td.TdClassName
{
border-color: #ADE7FE;
}
.TagClassName
{
border-color: #ADE7FE;
}
</style>