Shades of Columbia Blue #ADE0FC
Tints of Columbia Blue #ADE0FC
RGB
CMYK
RGB Variations
Color information
#ADE0FC (or 0xADE0FC) is known color: Columbia Blue. HEX triplet: AD, E0 and FC. RGB value is (173,224,252). Sum of RGB (Red+Green+Blue) = 173+224+252=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0FC is #521F03. Grayscale: #D3D3D3. Windows color (decimal): -5381892 or 16572589. OLE color: 16572589.
HSL color Cylindrical-coordinate representation of color #ADE0FC: hue angle of 201.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE0FC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 224 | 252 | - |
CMYK | 0.31 | 0.11 | 0 | 0.01 |
HSL | 201.27º | 0.93% | 0.83% | - |
HSV(B) | 201.27º | 0.31% | 0.99% | - |
XYZ | 61.46 | 69.22 | 102.22 | - |
YUV | 211.94 | 150.6 | 100.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 224 | 252 | 0.31 | 0.11 | 0 | 0.01 | 201.27 | 0.93 | 0.83 |
Hex | AD | E0 | FC | 1F | B | 0 | 1 | C9 | 5D | 53 |
Octal | 255 | 340 | 374 | 37 | 13 | 0 | 1 | 311 | 135 | 123 |
Binary | 10101101 | 11100000 | 11111100 | 11111 | 1011 | 0 | 1 | 11001001 | 1011101 | 1010011 |
Color Harmonies of #ADE0FC
Complementary color
Monochromatic Colors of #ADE0FC
Black with #ADE0FC
Text Example
Text Example
White with #ADE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0FC; }
p { color: rgb(173,224,252); }
H1.HeaderClassName
{
color: #ADE0FC;
}
.AnyTagClassName
{
color: #ADE0FC;
}
</style>
background-color css
<style>
a { background-color: #ADE0FC; }
a { background-color: rgb(173,224,252); }
div.DivClassName
{
background-color: #ADE0FC;
}
.BgClassName
{
background-color: #ADE0FC;
}
</style>
border-color css
<style>
span { border-color: #ADE0FC; }
span { border-color: rgb(173,224,252); }
td.TdClassName
{
border-color: #ADE0FC;
}
.TagClassName
{
border-color: #ADE0FC;
}
</style>