Shades of Columbia Blue #ADE5FF
Tints of Columbia Blue #ADE5FF
RGB
CMYK
RGB Variations
Color information
#ADE5FF (or 0xADE5FF) is known color: Columbia Blue. HEX triplet: AD, E5 and FF. RGB value is (173,229,255). Sum of RGB (Red+Green+Blue) = 173+229+255=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5FF is #521A00. Grayscale: #D7D7D7. Windows color (decimal): -5380609 or 16770477. OLE color: 16770477.
HSL color Cylindrical-coordinate representation of color #ADE5FF: hue angle of 199.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE5FF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 229 | 255 | - |
| CMYK | 0.32 | 0.10 | 0 | 0 |
| HSL | 199.02º | 1% | 0.84% | - |
| HSV(B) | 199.02º | 0.32% | 1% | - |
| XYZ | 63.3 | 72.14 | 105.2 | - |
| YUV | 215.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 255 | 0.32 | 0.10 | 0 | 0 | 199.02 | 1 | 0.84 |
| Hex | AD | E5 | FF | 20 | A | 0 | 0 | C7 | 64 | 54 |
| Octal | 255 | 345 | 377 | 40 | 12 | 0 | 0 | 307 | 144 | 124 |
| Binary | 10101101 | 11100101 | 11111111 | 100000 | 1010 | 0 | 0 | 11000111 | 1100100 | 1010100 |
Color Harmonies of #ADE5FF
Complementary color
Monochromatic Colors of #ADE5FF
Black with #ADE5FF
Text Example
Text Example
White with #ADE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5FF; }
p { color: rgb(173,229,255); }
H1.HeaderClassName
{
color: #ADE5FF;
}
.AnyTagClassName
{
color: #ADE5FF;
}
</style>
background-color css
<style>
a { background-color: #ADE5FF; }
a { background-color: rgb(173,229,255); }
div.DivClassName
{
background-color: #ADE5FF;
}
.BgClassName
{
background-color: #ADE5FF;
}
</style>
border-color css
<style>
span { border-color: #ADE5FF; }
span { border-color: rgb(173,229,255); }
td.TdClassName
{
border-color: #ADE5FF;
}
.TagClassName
{
border-color: #ADE5FF;
}
</style>