Shades of Columbia Blue #ADE4FA
Tints of Columbia Blue #ADE4FA
RGB
CMYK
RGB Variations
Color information
#ADE4FA (or 0xADE4FA) is known color: Columbia Blue. HEX triplet: AD, E4 and FA. RGB value is (173,228,250). Sum of RGB (Red+Green+Blue) = 173+228+250=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4FA is #521B05. Grayscale: #D5D5D5. Windows color (decimal): -5380870 or 16442541. OLE color: 16442541.
HSL color Cylindrical-coordinate representation of color #ADE4FA: hue angle of 197.14º 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 #ADE4FA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 228 | 250 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.02 |
| HSL | 197.14º | 0.89% | 0.83% | - |
| HSV(B) | 197.14º | 0.31% | 0.98% | - |
| XYZ | 62.23 | 71.27 | 100.92 | - |
| YUV | 214.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 250 | 0.31 | 0.09 | 0 | 0.02 | 197.14 | 0.89 | 0.83 |
| Hex | AD | E4 | FA | 1F | 9 | 0 | 2 | C5 | 59 | 53 |
| Octal | 255 | 344 | 372 | 37 | 11 | 0 | 2 | 305 | 131 | 123 |
| Binary | 10101101 | 11100100 | 11111010 | 11111 | 1001 | 0 | 10 | 11000101 | 1011001 | 1010011 |
Color Harmonies of #ADE4FA
Complementary color
Monochromatic Colors of #ADE4FA
Black with #ADE4FA
Text Example
Text Example
White with #ADE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4FA; }
p { color: rgb(173,228,250); }
H1.HeaderClassName
{
color: #ADE4FA;
}
.AnyTagClassName
{
color: #ADE4FA;
}
</style>
background-color css
<style>
a { background-color: #ADE4FA; }
a { background-color: rgb(173,228,250); }
div.DivClassName
{
background-color: #ADE4FA;
}
.BgClassName
{
background-color: #ADE4FA;
}
</style>
border-color css
<style>
span { border-color: #ADE4FA; }
span { border-color: rgb(173,228,250); }
td.TdClassName
{
border-color: #ADE4FA;
}
.TagClassName
{
border-color: #ADE4FA;
}
</style>