Shades of Columbia Blue #ADE8FF
Tints of Columbia Blue #ADE8FF
RGB
CMYK
RGB Variations
Color information
#ADE8FF (or 0xADE8FF) is known color: Columbia Blue. HEX triplet: AD, E8 and FF. RGB value is (173,232,255). Sum of RGB (Red+Green+Blue) = 173+232+255=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8FF is #521700. Grayscale: #D8D8D8. Windows color (decimal): -5379841 or 16771245. OLE color: 16771245.
HSL color Cylindrical-coordinate representation of color #ADE8FF: hue angle of 196.83º 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 #ADE8FF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 232 | 255 | - |
| CMYK | 0.32 | 0.09 | 0 | 0 |
| HSL | 196.83º | 1% | 0.84% | - |
| HSV(B) | 196.83º | 0.32% | 1% | - |
| XYZ | 64.14 | 73.82 | 105.48 | - |
| YUV | 216.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 255 | 0.32 | 0.09 | 0 | 0 | 196.83 | 1 | 0.84 |
| Hex | AD | E8 | FF | 20 | 9 | 0 | 0 | C5 | 64 | 54 |
| Octal | 255 | 350 | 377 | 40 | 11 | 0 | 0 | 305 | 144 | 124 |
| Binary | 10101101 | 11101000 | 11111111 | 100000 | 1001 | 0 | 0 | 11000101 | 1100100 | 1010100 |
Color Harmonies of #ADE8FF
Complementary color
Monochromatic Colors of #ADE8FF
Black with #ADE8FF
Text Example
Text Example
White with #ADE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8FF; }
p { color: rgb(173,232,255); }
H1.HeaderClassName
{
color: #ADE8FF;
}
.AnyTagClassName
{
color: #ADE8FF;
}
</style>
background-color css
<style>
a { background-color: #ADE8FF; }
a { background-color: rgb(173,232,255); }
div.DivClassName
{
background-color: #ADE8FF;
}
.BgClassName
{
background-color: #ADE8FF;
}
</style>
border-color css
<style>
span { border-color: #ADE8FF; }
span { border-color: rgb(173,232,255); }
td.TdClassName
{
border-color: #ADE8FF;
}
.TagClassName
{
border-color: #ADE8FF;
}
</style>