Shades of Columbia Blue #ADE3FE
Tints of Columbia Blue #ADE3FE
RGB
CMYK
RGB Variations
Color information
#ADE3FE (or 0xADE3FE) is known color: Columbia Blue. HEX triplet: AD, E3 and FE. RGB value is (173,227,254). Sum of RGB (Red+Green+Blue) = 173+227+254=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3FE is #521C01. Grayscale: #D5D5D5. Windows color (decimal): -5381122 or 16704429. OLE color: 16704429.
HSL color Cylindrical-coordinate representation of color #ADE3FE: hue angle of 200º 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 #ADE3FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 227 | 254 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.00 |
| HSL | 200º | 0.98% | 0.84% | - |
| HSV(B) | 200º | 0.32% | 1% | - |
| XYZ | 62.59 | 70.98 | 104.17 | - |
| YUV | 213.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 254 | 0.32 | 0.11 | 0 | 0.00 | 200 | 0.98 | 0.84 |
| Hex | AD | E3 | FE | 20 | B | 0 | 0 | C8 | 62 | 54 |
| Octal | 255 | 343 | 376 | 40 | 13 | 0 | 0 | 310 | 142 | 124 |
| Binary | 10101101 | 11100011 | 11111110 | 100000 | 1011 | 0 | 0 | 11001000 | 1100010 | 1010100 |
Color Harmonies of #ADE3FE
Complementary color
Monochromatic Colors of #ADE3FE
Black with #ADE3FE
Text Example
Text Example
White with #ADE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3FE; }
p { color: rgb(173,227,254); }
H1.HeaderClassName
{
color: #ADE3FE;
}
.AnyTagClassName
{
color: #ADE3FE;
}
</style>
background-color css
<style>
a { background-color: #ADE3FE; }
a { background-color: rgb(173,227,254); }
div.DivClassName
{
background-color: #ADE3FE;
}
.BgClassName
{
background-color: #ADE3FE;
}
</style>
border-color css
<style>
span { border-color: #ADE3FE; }
span { border-color: rgb(173,227,254); }
td.TdClassName
{
border-color: #ADE3FE;
}
.TagClassName
{
border-color: #ADE3FE;
}
</style>