Shades of Columbia Blue #ADE3FB
Tints of Columbia Blue #ADE3FB
RGB
CMYK
RGB Variations
Color information
#ADE3FB (or 0xADE3FB) is known color: Columbia Blue. HEX triplet: AD, E3 and FB. RGB value is (173,227,251). Sum of RGB (Red+Green+Blue) = 173+227+251=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3FB is #521C04. Grayscale: #D5D5D5. Windows color (decimal): -5381125 or 16507821. OLE color: 16507821.
HSL color Cylindrical-coordinate representation of color #ADE3FB: hue angle of 198.46º degrees, saturation: 0.91, 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 #ADE3FB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 227 | 251 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.02 |
| HSL | 198.46º | 0.91% | 0.83% | - |
| HSV(B) | 198.46º | 0.31% | 0.98% | - |
| XYZ | 62.12 | 70.79 | 101.66 | - |
| YUV | 213.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 251 | 0.31 | 0.10 | 0 | 0.02 | 198.46 | 0.91 | 0.83 |
| Hex | AD | E3 | FB | 1F | A | 0 | 2 | C6 | 5B | 53 |
| Octal | 255 | 343 | 373 | 37 | 12 | 0 | 2 | 306 | 133 | 123 |
| Binary | 10101101 | 11100011 | 11111011 | 11111 | 1010 | 0 | 10 | 11000110 | 1011011 | 1010011 |
Color Harmonies of #ADE3FB
Complementary color
Monochromatic Colors of #ADE3FB
Black with #ADE3FB
Text Example
Text Example
White with #ADE3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3FB; }
p { color: rgb(173,227,251); }
H1.HeaderClassName
{
color: #ADE3FB;
}
.AnyTagClassName
{
color: #ADE3FB;
}
</style>
background-color css
<style>
a { background-color: #ADE3FB; }
a { background-color: rgb(173,227,251); }
div.DivClassName
{
background-color: #ADE3FB;
}
.BgClassName
{
background-color: #ADE3FB;
}
</style>
border-color css
<style>
span { border-color: #ADE3FB; }
span { border-color: rgb(173,227,251); }
td.TdClassName
{
border-color: #ADE3FB;
}
.TagClassName
{
border-color: #ADE3FB;
}
</style>