Shades of Columbia Blue #ADE3FF
Tints of Columbia Blue #ADE3FF
RGB
CMYK
RGB Variations
Color information
#ADE3FF (or 0xADE3FF) is known color: Columbia Blue. HEX triplet: AD, E3 and FF. RGB value is (173,227,255). Sum of RGB (Red+Green+Blue) = 173+227+255=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3FF is #521C00. Grayscale: #D5D5D5. Windows color (decimal): -5381121 or 16769965. OLE color: 16769965.
HSL color Cylindrical-coordinate representation of color #ADE3FF: hue angle of 200.49º 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 #ADE3FF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 227 | 255 | - |
| CMYK | 0.32 | 0.11 | 0 | 0 |
| HSL | 200.49º | 1% | 0.84% | - |
| HSV(B) | 200.49º | 0.32% | 1% | - |
| XYZ | 62.75 | 71.04 | 105.01 | - |
| YUV | 214.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 255 | 0.32 | 0.11 | 0 | 0 | 200.49 | 1 | 0.84 |
| Hex | AD | E3 | FF | 20 | B | 0 | 0 | C8 | 64 | 54 |
| Octal | 255 | 343 | 377 | 40 | 13 | 0 | 0 | 310 | 144 | 124 |
| Binary | 10101101 | 11100011 | 11111111 | 100000 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010100 |
Color Harmonies of #ADE3FF
Complementary color
Monochromatic Colors of #ADE3FF
Black with #ADE3FF
Text Example
Text Example
White with #ADE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3FF; }
p { color: rgb(173,227,255); }
H1.HeaderClassName
{
color: #ADE3FF;
}
.AnyTagClassName
{
color: #ADE3FF;
}
</style>
background-color css
<style>
a { background-color: #ADE3FF; }
a { background-color: rgb(173,227,255); }
div.DivClassName
{
background-color: #ADE3FF;
}
.BgClassName
{
background-color: #ADE3FF;
}
</style>
border-color css
<style>
span { border-color: #ADE3FF; }
span { border-color: rgb(173,227,255); }
td.TdClassName
{
border-color: #ADE3FF;
}
.TagClassName
{
border-color: #ADE3FF;
}
</style>