Shades of Columbia Blue #ADE7FD
Tints of Columbia Blue #ADE7FD
RGB
CMYK
RGB Variations
Color information
#ADE7FD (or 0xADE7FD) is known color: Columbia Blue. HEX triplet: AD, E7 and FD. RGB value is (173,231,253). Sum of RGB (Red+Green+Blue) = 173+231+253=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7FD is #521802. Grayscale: #D8D8D8. Windows color (decimal): -5380099 or 16639917. OLE color: 16639917.
HSL color Cylindrical-coordinate representation of color #ADE7FD: hue angle of 196.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE7FD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 231 | 253 | - |
CMYK | 0.32 | 0.09 | 0 | 0.01 |
HSL | 196.5º | 0.95% | 0.84% | - |
HSV(B) | 196.5º | 0.32% | 0.99% | - |
XYZ | 63.54 | 73.13 | 103.69 | - |
YUV | 216.17 | 148.78 | 97.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 231 | 253 | 0.32 | 0.09 | 0 | 0.01 | 196.5 | 0.95 | 0.84 |
Hex | AD | E7 | FD | 20 | 9 | 0 | 1 | C4 | 5F | 54 |
Octal | 255 | 347 | 375 | 40 | 11 | 0 | 1 | 304 | 137 | 124 |
Binary | 10101101 | 11100111 | 11111101 | 100000 | 1001 | 0 | 1 | 11000100 | 1011111 | 1010100 |
Color Harmonies of #ADE7FD
Complementary color
Monochromatic Colors of #ADE7FD
Black with #ADE7FD
Text Example
Text Example
White with #ADE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7FD; }
p { color: rgb(173,231,253); }
H1.HeaderClassName
{
color: #ADE7FD;
}
.AnyTagClassName
{
color: #ADE7FD;
}
</style>
background-color css
<style>
a { background-color: #ADE7FD; }
a { background-color: rgb(173,231,253); }
div.DivClassName
{
background-color: #ADE7FD;
}
.BgClassName
{
background-color: #ADE7FD;
}
</style>
border-color css
<style>
span { border-color: #ADE7FD; }
span { border-color: rgb(173,231,253); }
td.TdClassName
{
border-color: #ADE7FD;
}
.TagClassName
{
border-color: #ADE7FD;
}
</style>