Shades of Columbia Blue #ADE7FF
Tints of Columbia Blue #ADE7FF
RGB
CMYK
RGB Variations
Color information
#ADE7FF (or 0xADE7FF) is known color: Columbia Blue. HEX triplet: AD, E7 and FF. RGB value is (173,231,255). Sum of RGB (Red+Green+Blue) = 173+231+255=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7FF is #521800. Grayscale: #D8D8D8. Windows color (decimal): -5380097 or 16770989. OLE color: 16770989.
HSL color Cylindrical-coordinate representation of color #ADE7FF: hue angle of 197.56º 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 #ADE7FF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 231 | 255 | - |
CMYK | 0.32 | 0.09 | 0 | 0 |
HSL | 197.56º | 1% | 0.84% | - |
HSV(B) | 197.56º | 0.32% | 1% | - |
XYZ | 63.86 | 73.26 | 105.38 | - |
YUV | 216.39 | 149.78 | 97.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 231 | 255 | 0.32 | 0.09 | 0 | 0 | 197.56 | 1 | 0.84 |
Hex | AD | E7 | FF | 20 | 9 | 0 | 0 | C6 | 64 | 54 |
Octal | 255 | 347 | 377 | 40 | 11 | 0 | 0 | 306 | 144 | 124 |
Binary | 10101101 | 11100111 | 11111111 | 100000 | 1001 | 0 | 0 | 11000110 | 1100100 | 1010100 |
Color Harmonies of #ADE7FF
Complementary color
Monochromatic Colors of #ADE7FF
Black with #ADE7FF
Text Example
Text Example
White with #ADE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7FF; }
p { color: rgb(173,231,255); }
H1.HeaderClassName
{
color: #ADE7FF;
}
.AnyTagClassName
{
color: #ADE7FF;
}
</style>
background-color css
<style>
a { background-color: #ADE7FF; }
a { background-color: rgb(173,231,255); }
div.DivClassName
{
background-color: #ADE7FF;
}
.BgClassName
{
background-color: #ADE7FF;
}
</style>
border-color css
<style>
span { border-color: #ADE7FF; }
span { border-color: rgb(173,231,255); }
td.TdClassName
{
border-color: #ADE7FF;
}
.TagClassName
{
border-color: #ADE7FF;
}
</style>