Shades of Columbia Blue #ADE0FE
Tints of Columbia Blue #ADE0FE
RGB
CMYK
RGB Variations
Color information
#ADE0FE (or 0xADE0FE) is known color: Columbia Blue. HEX triplet: AD, E0 and FE. RGB value is (173,224,254). Sum of RGB (Red+Green+Blue) = 173+224+254=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0FE is #521F01. Grayscale: #D4D4D4. Windows color (decimal): -5381890 or 16703661. OLE color: 16703661.
HSL color Cylindrical-coordinate representation of color #ADE0FE: hue angle of 202.22º 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 #ADE0FE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 224 | 254 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.00 |
| HSL | 202.22º | 0.98% | 0.84% | - |
| HSV(B) | 202.22º | 0.32% | 1% | - |
| XYZ | 61.78 | 69.35 | 103.9 | - |
| YUV | 212.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 254 | 0.32 | 0.12 | 0 | 0.00 | 202.22 | 0.98 | 0.84 |
| Hex | AD | E0 | FE | 20 | C | 0 | 0 | CA | 62 | 54 |
| Octal | 255 | 340 | 376 | 40 | 14 | 0 | 0 | 312 | 142 | 124 |
| Binary | 10101101 | 11100000 | 11111110 | 100000 | 1100 | 0 | 0 | 11001010 | 1100010 | 1010100 |
Color Harmonies of #ADE0FE
Complementary color
Monochromatic Colors of #ADE0FE
Black with #ADE0FE
Text Example
Text Example
White with #ADE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0FE; }
p { color: rgb(173,224,254); }
H1.HeaderClassName
{
color: #ADE0FE;
}
.AnyTagClassName
{
color: #ADE0FE;
}
</style>
background-color css
<style>
a { background-color: #ADE0FE; }
a { background-color: rgb(173,224,254); }
div.DivClassName
{
background-color: #ADE0FE;
}
.BgClassName
{
background-color: #ADE0FE;
}
</style>
border-color css
<style>
span { border-color: #ADE0FE; }
span { border-color: rgb(173,224,254); }
td.TdClassName
{
border-color: #ADE0FE;
}
.TagClassName
{
border-color: #ADE0FE;
}
</style>