Shades of Columbia Blue #ADE1FF
Tints of Columbia Blue #ADE1FF
RGB
CMYK
RGB Variations
Color information
#ADE1FF (or 0xADE1FF) is known color: Columbia Blue. HEX triplet: AD, E1 and FF. RGB value is (173,225,255). Sum of RGB (Red+Green+Blue) = 173+225+255=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1FF is #521E00. Grayscale: #D4D4D4. Windows color (decimal): -5381633 or 16769453. OLE color: 16769453.
HSL color Cylindrical-coordinate representation of color #ADE1FF: hue angle of 201.95º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE1FF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 225 | 255 | - |
| CMYK | 0.32 | 0.12 | 0 | 0 |
| HSL | 201.95º | 1% | 0.84% | - |
| HSV(B) | 201.95º | 0.32% | 1% | - |
| XYZ | 62.21 | 69.95 | 104.83 | - |
| YUV | 212.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 255 | 0.32 | 0.12 | 0 | 0 | 201.95 | 1 | 0.84 |
| Hex | AD | E1 | FF | 20 | C | 0 | 0 | CA | 64 | 54 |
| Octal | 255 | 341 | 377 | 40 | 14 | 0 | 0 | 312 | 144 | 124 |
| Binary | 10101101 | 11100001 | 11111111 | 100000 | 1100 | 0 | 0 | 11001010 | 1100100 | 1010100 |
Color Harmonies of #ADE1FF
Complementary color
Monochromatic Colors of #ADE1FF
Black with #ADE1FF
Text Example
Text Example
White with #ADE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1FF; }
p { color: rgb(173,225,255); }
H1.HeaderClassName
{
color: #ADE1FF;
}
.AnyTagClassName
{
color: #ADE1FF;
}
</style>
background-color css
<style>
a { background-color: #ADE1FF; }
a { background-color: rgb(173,225,255); }
div.DivClassName
{
background-color: #ADE1FF;
}
.BgClassName
{
background-color: #ADE1FF;
}
</style>
border-color css
<style>
span { border-color: #ADE1FF; }
span { border-color: rgb(173,225,255); }
td.TdClassName
{
border-color: #ADE1FF;
}
.TagClassName
{
border-color: #ADE1FF;
}
</style>