Shades of Columbia Blue #ADE6FF
Tints of Columbia Blue #ADE6FF
RGB
CMYK
RGB Variations
Color information
#ADE6FF (or 0xADE6FF) is known color: Columbia Blue. HEX triplet: AD, E6 and FF. RGB value is (173,230,255). Sum of RGB (Red+Green+Blue) = 173+230+255=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6FF is #521900. Grayscale: #D7D7D7. Windows color (decimal): -5380353 or 16770733. OLE color: 16770733.
HSL color Cylindrical-coordinate representation of color #ADE6FF: hue angle of 198.29º 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 #ADE6FF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 230 | 255 | - |
| CMYK | 0.32 | 0.10 | 0 | 0 |
| HSL | 198.29º | 1% | 0.84% | - |
| HSV(B) | 198.29º | 0.32% | 1% | - |
| XYZ | 63.58 | 72.7 | 105.29 | - |
| YUV | 215.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 255 | 0.32 | 0.10 | 0 | 0 | 198.29 | 1 | 0.84 |
| Hex | AD | E6 | FF | 20 | A | 0 | 0 | C6 | 64 | 54 |
| Octal | 255 | 346 | 377 | 40 | 12 | 0 | 0 | 306 | 144 | 124 |
| Binary | 10101101 | 11100110 | 11111111 | 100000 | 1010 | 0 | 0 | 11000110 | 1100100 | 1010100 |
Color Harmonies of #ADE6FF
Complementary color
Monochromatic Colors of #ADE6FF
Black with #ADE6FF
Text Example
Text Example
White with #ADE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6FF; }
p { color: rgb(173,230,255); }
H1.HeaderClassName
{
color: #ADE6FF;
}
.AnyTagClassName
{
color: #ADE6FF;
}
</style>
background-color css
<style>
a { background-color: #ADE6FF; }
a { background-color: rgb(173,230,255); }
div.DivClassName
{
background-color: #ADE6FF;
}
.BgClassName
{
background-color: #ADE6FF;
}
</style>
border-color css
<style>
span { border-color: #ADE6FF; }
span { border-color: rgb(173,230,255); }
td.TdClassName
{
border-color: #ADE6FF;
}
.TagClassName
{
border-color: #ADE6FF;
}
</style>