Shades of Columbia Blue #ADE6FD
Tints of Columbia Blue #ADE6FD
RGB
CMYK
RGB Variations
Color information
#ADE6FD (or 0xADE6FD) is known color: Columbia Blue. HEX triplet: AD, E6 and FD. RGB value is (173,230,253). Sum of RGB (Red+Green+Blue) = 173+230+253=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6FD is #521902. Grayscale: #D7D7D7. Windows color (decimal): -5380355 or 16639661. OLE color: 16639661.
HSL color Cylindrical-coordinate representation of color #ADE6FD: hue angle of 197.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE6FD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 230 | 253 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.01 |
| HSL | 197.25º | 0.95% | 0.84% | - |
| HSV(B) | 197.25º | 0.32% | 0.99% | - |
| XYZ | 63.26 | 72.57 | 103.6 | - |
| YUV | 215.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 253 | 0.32 | 0.09 | 0 | 0.01 | 197.25 | 0.95 | 0.84 |
| Hex | AD | E6 | FD | 20 | 9 | 0 | 1 | C5 | 5F | 54 |
| Octal | 255 | 346 | 375 | 40 | 11 | 0 | 1 | 305 | 137 | 124 |
| Binary | 10101101 | 11100110 | 11111101 | 100000 | 1001 | 0 | 1 | 11000101 | 1011111 | 1010100 |
Color Harmonies of #ADE6FD
Complementary color
Monochromatic Colors of #ADE6FD
Black with #ADE6FD
Text Example
Text Example
White with #ADE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6FD; }
p { color: rgb(173,230,253); }
H1.HeaderClassName
{
color: #ADE6FD;
}
.AnyTagClassName
{
color: #ADE6FD;
}
</style>
background-color css
<style>
a { background-color: #ADE6FD; }
a { background-color: rgb(173,230,253); }
div.DivClassName
{
background-color: #ADE6FD;
}
.BgClassName
{
background-color: #ADE6FD;
}
</style>
border-color css
<style>
span { border-color: #ADE6FD; }
span { border-color: rgb(173,230,253); }
td.TdClassName
{
border-color: #ADE6FD;
}
.TagClassName
{
border-color: #ADE6FD;
}
</style>