Shades of Columbia Blue #ADE3FA
Tints of Columbia Blue #ADE3FA
RGB
CMYK
RGB Variations
Color information
#ADE3FA (or 0xADE3FA) is known color: Columbia Blue. HEX triplet: AD, E3 and FA. RGB value is (173,227,250). Sum of RGB (Red+Green+Blue) = 173+227+250=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3FA is #521C05. Grayscale: #D5D5D5. Windows color (decimal): -5381126 or 16442285. OLE color: 16442285.
HSL color Cylindrical-coordinate representation of color #ADE3FA: hue angle of 197.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE3FA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 227 | 250 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.02 |
| HSL | 197.92º | 0.89% | 0.83% | - |
| HSV(B) | 197.92º | 0.31% | 0.98% | - |
| XYZ | 61.96 | 70.72 | 100.83 | - |
| YUV | 213.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 250 | 0.31 | 0.09 | 0 | 0.02 | 197.92 | 0.89 | 0.83 |
| Hex | AD | E3 | FA | 1F | 9 | 0 | 2 | C6 | 59 | 53 |
| Octal | 255 | 343 | 372 | 37 | 11 | 0 | 2 | 306 | 131 | 123 |
| Binary | 10101101 | 11100011 | 11111010 | 11111 | 1001 | 0 | 10 | 11000110 | 1011001 | 1010011 |
Color Harmonies of #ADE3FA
Complementary color
Monochromatic Colors of #ADE3FA
Black with #ADE3FA
Text Example
Text Example
White with #ADE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3FA; }
p { color: rgb(173,227,250); }
H1.HeaderClassName
{
color: #ADE3FA;
}
.AnyTagClassName
{
color: #ADE3FA;
}
</style>
background-color css
<style>
a { background-color: #ADE3FA; }
a { background-color: rgb(173,227,250); }
div.DivClassName
{
background-color: #ADE3FA;
}
.BgClassName
{
background-color: #ADE3FA;
}
</style>
border-color css
<style>
span { border-color: #ADE3FA; }
span { border-color: rgb(173,227,250); }
td.TdClassName
{
border-color: #ADE3FA;
}
.TagClassName
{
border-color: #ADE3FA;
}
</style>