Shades of Columbia Blue #ADE5FE
Tints of Columbia Blue #ADE5FE
RGB
CMYK
RGB Variations
Color information
#ADE5FE (or 0xADE5FE) is known color: Columbia Blue. HEX triplet: AD, E5 and FE. RGB value is (173,229,254). Sum of RGB (Red+Green+Blue) = 173+229+254=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5FE is #521A01. Grayscale: #D6D6D6. Windows color (decimal): -5380610 or 16704941. OLE color: 16704941.
HSL color Cylindrical-coordinate representation of color #ADE5FE: hue angle of 198.52º 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 #ADE5FE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 229 | 254 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.00 |
| HSL | 198.52º | 0.98% | 0.84% | - |
| HSV(B) | 198.52º | 0.32% | 1% | - |
| XYZ | 63.14 | 72.08 | 104.35 | - |
| YUV | 215.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 254 | 0.32 | 0.10 | 0 | 0.00 | 198.52 | 0.98 | 0.84 |
| Hex | AD | E5 | FE | 20 | A | 0 | 0 | C7 | 62 | 54 |
| Octal | 255 | 345 | 376 | 40 | 12 | 0 | 0 | 307 | 142 | 124 |
| Binary | 10101101 | 11100101 | 11111110 | 100000 | 1010 | 0 | 0 | 11000111 | 1100010 | 1010100 |
Color Harmonies of #ADE5FE
Complementary color
Monochromatic Colors of #ADE5FE
Black with #ADE5FE
Text Example
Text Example
White with #ADE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5FE; }
p { color: rgb(173,229,254); }
H1.HeaderClassName
{
color: #ADE5FE;
}
.AnyTagClassName
{
color: #ADE5FE;
}
</style>
background-color css
<style>
a { background-color: #ADE5FE; }
a { background-color: rgb(173,229,254); }
div.DivClassName
{
background-color: #ADE5FE;
}
.BgClassName
{
background-color: #ADE5FE;
}
</style>
border-color css
<style>
span { border-color: #ADE5FE; }
span { border-color: rgb(173,229,254); }
td.TdClassName
{
border-color: #ADE5FE;
}
.TagClassName
{
border-color: #ADE5FE;
}
</style>