Shades of Columbia Blue #ADE3FD
Tints of Columbia Blue #ADE3FD
RGB
CMYK
RGB Variations
Color information
#ADE3FD (or 0xADE3FD) is known color: Columbia Blue. HEX triplet: AD, E3 and FD. RGB value is (173,227,253). Sum of RGB (Red+Green+Blue) = 173+227+253=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3FD is #521C02. Grayscale: #D5D5D5. Windows color (decimal): -5381123 or 16638893. OLE color: 16638893.
HSL color Cylindrical-coordinate representation of color #ADE3FD: hue angle of 199.5º 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 #ADE3FD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 227 | 253 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.01 |
| HSL | 199.5º | 0.95% | 0.84% | - |
| HSV(B) | 199.5º | 0.32% | 0.99% | - |
| XYZ | 62.43 | 70.91 | 103.33 | - |
| YUV | 213.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 253 | 0.32 | 0.10 | 0 | 0.01 | 199.5 | 0.95 | 0.84 |
| Hex | AD | E3 | FD | 20 | A | 0 | 1 | C8 | 5F | 54 |
| Octal | 255 | 343 | 375 | 40 | 12 | 0 | 1 | 310 | 137 | 124 |
| Binary | 10101101 | 11100011 | 11111101 | 100000 | 1010 | 0 | 1 | 11001000 | 1011111 | 1010100 |
Color Harmonies of #ADE3FD
Complementary color
Monochromatic Colors of #ADE3FD
Black with #ADE3FD
Text Example
Text Example
White with #ADE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3FD; }
p { color: rgb(173,227,253); }
H1.HeaderClassName
{
color: #ADE3FD;
}
.AnyTagClassName
{
color: #ADE3FD;
}
</style>
background-color css
<style>
a { background-color: #ADE3FD; }
a { background-color: rgb(173,227,253); }
div.DivClassName
{
background-color: #ADE3FD;
}
.BgClassName
{
background-color: #ADE3FD;
}
</style>
border-color css
<style>
span { border-color: #ADE3FD; }
span { border-color: rgb(173,227,253); }
td.TdClassName
{
border-color: #ADE3FD;
}
.TagClassName
{
border-color: #ADE3FD;
}
</style>