Shades of Columbia Blue #ADE8FE
Tints of Columbia Blue #ADE8FE
RGB
CMYK
RGB Variations
Color information
#ADE8FE (or 0xADE8FE) is known color: Columbia Blue. HEX triplet: AD, E8 and FE. RGB value is (173,232,254). Sum of RGB (Red+Green+Blue) = 173+232+254=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8FE is #521701. Grayscale: #D8D8D8. Windows color (decimal): -5379842 or 16705709. OLE color: 16705709.
HSL color Cylindrical-coordinate representation of color #ADE8FE: hue angle of 196.3º 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 #ADE8FE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 232 | 254 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.00 |
| HSL | 196.3º | 0.98% | 0.84% | - |
| HSV(B) | 196.3º | 0.32% | 1% | - |
| XYZ | 63.98 | 73.75 | 104.63 | - |
| YUV | 216.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 254 | 0.32 | 0.09 | 0 | 0.00 | 196.3 | 0.98 | 0.84 |
| Hex | AD | E8 | FE | 20 | 9 | 0 | 0 | C4 | 62 | 54 |
| Octal | 255 | 350 | 376 | 40 | 11 | 0 | 0 | 304 | 142 | 124 |
| Binary | 10101101 | 11101000 | 11111110 | 100000 | 1001 | 0 | 0 | 11000100 | 1100010 | 1010100 |
Color Harmonies of #ADE8FE
Complementary color
Monochromatic Colors of #ADE8FE
Black with #ADE8FE
Text Example
Text Example
White with #ADE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8FE; }
p { color: rgb(173,232,254); }
H1.HeaderClassName
{
color: #ADE8FE;
}
.AnyTagClassName
{
color: #ADE8FE;
}
</style>
background-color css
<style>
a { background-color: #ADE8FE; }
a { background-color: rgb(173,232,254); }
div.DivClassName
{
background-color: #ADE8FE;
}
.BgClassName
{
background-color: #ADE8FE;
}
</style>
border-color css
<style>
span { border-color: #ADE8FE; }
span { border-color: rgb(173,232,254); }
td.TdClassName
{
border-color: #ADE8FE;
}
.TagClassName
{
border-color: #ADE8FE;
}
</style>