Shades of Columbia Blue #ADE2FE
Tints of Columbia Blue #ADE2FE
RGB
CMYK
RGB Variations
Color information
#ADE2FE (or 0xADE2FE) is known color: Columbia Blue. HEX triplet: AD, E2 and FE. RGB value is (173,226,254). Sum of RGB (Red+Green+Blue) = 173+226+254=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2FE is #521D01. Grayscale: #D5D5D5. Windows color (decimal): -5381378 or 16704173. OLE color: 16704173.
HSL color Cylindrical-coordinate representation of color #ADE2FE: hue angle of 200.74º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE2FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 226 | 254 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.00 |
| HSL | 200.74º | 0.98% | 0.84% | - |
| HSV(B) | 200.74º | 0.32% | 1% | - |
| XYZ | 62.32 | 70.43 | 104.08 | - |
| YUV | 213.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 254 | 0.32 | 0.11 | 0 | 0.00 | 200.74 | 0.98 | 0.84 |
| Hex | AD | E2 | FE | 20 | B | 0 | 0 | C9 | 62 | 54 |
| Octal | 255 | 342 | 376 | 40 | 13 | 0 | 0 | 311 | 142 | 124 |
| Binary | 10101101 | 11100010 | 11111110 | 100000 | 1011 | 0 | 0 | 11001001 | 1100010 | 1010100 |
Color Harmonies of #ADE2FE
Complementary color
Monochromatic Colors of #ADE2FE
Black with #ADE2FE
Text Example
Text Example
White with #ADE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2FE; }
p { color: rgb(173,226,254); }
H1.HeaderClassName
{
color: #ADE2FE;
}
.AnyTagClassName
{
color: #ADE2FE;
}
</style>
background-color css
<style>
a { background-color: #ADE2FE; }
a { background-color: rgb(173,226,254); }
div.DivClassName
{
background-color: #ADE2FE;
}
.BgClassName
{
background-color: #ADE2FE;
}
</style>
border-color css
<style>
span { border-color: #ADE2FE; }
span { border-color: rgb(173,226,254); }
td.TdClassName
{
border-color: #ADE2FE;
}
.TagClassName
{
border-color: #ADE2FE;
}
</style>