Shades of Columbia Blue #ADE3F9
Tints of Columbia Blue #ADE3F9
RGB
CMYK
RGB Variations
Color information
#ADE3F9 (or 0xADE3F9) is known color: Columbia Blue. HEX triplet: AD, E3 and F9. RGB value is (173,227,249). Sum of RGB (Red+Green+Blue) = 173+227+249=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADE3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3F9 is #521C06. Grayscale: #D5D5D5. Windows color (decimal): -5381127 or 16376749. OLE color: 16376749.
HSL color Cylindrical-coordinate representation of color #ADE3F9: hue angle of 197.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE3F9 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 227 | 249 | - |
CMYK | 0.31 | 0.09 | 0 | 0.02 |
HSL | 197.37º | 0.86% | 0.83% | - |
HSV(B) | 197.37º | 0.31% | 0.98% | - |
XYZ | 61.8 | 70.66 | 100 | - |
YUV | 213.36 | 148.11 | 99.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 227 | 249 | 0.31 | 0.09 | 0 | 0.02 | 197.37 | 0.86 | 0.83 |
Hex | AD | E3 | F9 | 1F | 9 | 0 | 2 | C5 | 56 | 53 |
Octal | 255 | 343 | 371 | 37 | 11 | 0 | 2 | 305 | 126 | 123 |
Binary | 10101101 | 11100011 | 11111001 | 11111 | 1001 | 0 | 10 | 11000101 | 1010110 | 1010011 |
Color Harmonies of #ADE3F9
Complementary color
Monochromatic Colors of #ADE3F9
Black with #ADE3F9
Text Example
Text Example
White with #ADE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3F9; }
p { color: rgb(173,227,249); }
H1.HeaderClassName
{
color: #ADE3F9;
}
.AnyTagClassName
{
color: #ADE3F9;
}
</style>
background-color css
<style>
a { background-color: #ADE3F9; }
a { background-color: rgb(173,227,249); }
div.DivClassName
{
background-color: #ADE3F9;
}
.BgClassName
{
background-color: #ADE3F9;
}
</style>
border-color css
<style>
span { border-color: #ADE3F9; }
span { border-color: rgb(173,227,249); }
td.TdClassName
{
border-color: #ADE3F9;
}
.TagClassName
{
border-color: #ADE3F9;
}
</style>