Shades of Columbia Blue #ADE2FB
Tints of Columbia Blue #ADE2FB
RGB
CMYK
RGB Variations
Color information
#ADE2FB (or 0xADE2FB) is known color: Columbia Blue. HEX triplet: AD, E2 and FB. RGB value is (173,226,251). Sum of RGB (Red+Green+Blue) = 173+226+251=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2FB is #521D04. Grayscale: #D4D4D4. Windows color (decimal): -5381381 or 16507565. OLE color: 16507565.
HSL color Cylindrical-coordinate representation of color #ADE2FB: hue angle of 199.23º 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 #ADE2FB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 226 | 251 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.02 |
| HSL | 199.23º | 0.91% | 0.83% | - |
| HSV(B) | 199.23º | 0.31% | 0.98% | - |
| XYZ | 61.84 | 70.24 | 101.57 | - |
| YUV | 213 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 251 | 0.31 | 0.10 | 0 | 0.02 | 199.23 | 0.91 | 0.83 |
| Hex | AD | E2 | FB | 1F | A | 0 | 2 | C7 | 5B | 53 |
| Octal | 255 | 342 | 373 | 37 | 12 | 0 | 2 | 307 | 133 | 123 |
| Binary | 10101101 | 11100010 | 11111011 | 11111 | 1010 | 0 | 10 | 11000111 | 1011011 | 1010011 |
Color Harmonies of #ADE2FB
Complementary color
Monochromatic Colors of #ADE2FB
Black with #ADE2FB
Text Example
Text Example
White with #ADE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2FB; }
p { color: rgb(173,226,251); }
H1.HeaderClassName
{
color: #ADE2FB;
}
.AnyTagClassName
{
color: #ADE2FB;
}
</style>
background-color css
<style>
a { background-color: #ADE2FB; }
a { background-color: rgb(173,226,251); }
div.DivClassName
{
background-color: #ADE2FB;
}
.BgClassName
{
background-color: #ADE2FB;
}
</style>
border-color css
<style>
span { border-color: #ADE2FB; }
span { border-color: rgb(173,226,251); }
td.TdClassName
{
border-color: #ADE2FB;
}
.TagClassName
{
border-color: #ADE2FB;
}
</style>