Shades of Columbia Blue #ADE1FE
Tints of Columbia Blue #ADE1FE
RGB
CMYK
RGB Variations
Color information
#ADE1FE (or 0xADE1FE) is known color: Columbia Blue. HEX triplet: AD, E1 and FE. RGB value is (173,225,254). Sum of RGB (Red+Green+Blue) = 173+225+254=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1FE is #521E01. Grayscale: #D4D4D4. Windows color (decimal): -5381634 or 16703917. OLE color: 16703917.
HSL color Cylindrical-coordinate representation of color #ADE1FE: hue angle of 201.48º 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 #ADE1FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 225 | 254 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.00 |
| HSL | 201.48º | 0.98% | 0.84% | - |
| HSV(B) | 201.48º | 0.32% | 1% | - |
| XYZ | 62.05 | 69.89 | 103.99 | - |
| YUV | 212.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 254 | 0.32 | 0.11 | 0 | 0.00 | 201.48 | 0.98 | 0.84 |
| Hex | AD | E1 | FE | 20 | B | 0 | 0 | C9 | 62 | 54 |
| Octal | 255 | 341 | 376 | 40 | 13 | 0 | 0 | 311 | 142 | 124 |
| Binary | 10101101 | 11100001 | 11111110 | 100000 | 1011 | 0 | 0 | 11001001 | 1100010 | 1010100 |
Color Harmonies of #ADE1FE
Complementary color
Monochromatic Colors of #ADE1FE
Black with #ADE1FE
Text Example
Text Example
White with #ADE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1FE; }
p { color: rgb(173,225,254); }
H1.HeaderClassName
{
color: #ADE1FE;
}
.AnyTagClassName
{
color: #ADE1FE;
}
</style>
background-color css
<style>
a { background-color: #ADE1FE; }
a { background-color: rgb(173,225,254); }
div.DivClassName
{
background-color: #ADE1FE;
}
.BgClassName
{
background-color: #ADE1FE;
}
</style>
border-color css
<style>
span { border-color: #ADE1FE; }
span { border-color: rgb(173,225,254); }
td.TdClassName
{
border-color: #ADE1FE;
}
.TagClassName
{
border-color: #ADE1FE;
}
</style>