Shades of Columbia Blue #ADE0FD
Tints of Columbia Blue #ADE0FD
RGB
CMYK
RGB Variations
Color information
#ADE0FD (or 0xADE0FD) is known color: Columbia Blue. HEX triplet: AD, E0 and FD. RGB value is (173,224,253). Sum of RGB (Red+Green+Blue) = 173+224+253=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0FD is #521F02. Grayscale: #D3D3D3. Windows color (decimal): -5381891 or 16638125. OLE color: 16638125.
HSL color Cylindrical-coordinate representation of color #ADE0FD: hue angle of 201.75º 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 #ADE0FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 224 | 253 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.01 |
| HSL | 201.75º | 0.95% | 0.84% | - |
| HSV(B) | 201.75º | 0.32% | 0.99% | - |
| XYZ | 61.62 | 69.29 | 103.05 | - |
| YUV | 212.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 253 | 0.32 | 0.11 | 0 | 0.01 | 201.75 | 0.95 | 0.84 |
| Hex | AD | E0 | FD | 20 | B | 0 | 1 | CA | 5F | 54 |
| Octal | 255 | 340 | 375 | 40 | 13 | 0 | 1 | 312 | 137 | 124 |
| Binary | 10101101 | 11100000 | 11111101 | 100000 | 1011 | 0 | 1 | 11001010 | 1011111 | 1010100 |
Color Harmonies of #ADE0FD
Complementary color
Monochromatic Colors of #ADE0FD
Black with #ADE0FD
Text Example
Text Example
White with #ADE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0FD; }
p { color: rgb(173,224,253); }
H1.HeaderClassName
{
color: #ADE0FD;
}
.AnyTagClassName
{
color: #ADE0FD;
}
</style>
background-color css
<style>
a { background-color: #ADE0FD; }
a { background-color: rgb(173,224,253); }
div.DivClassName
{
background-color: #ADE0FD;
}
.BgClassName
{
background-color: #ADE0FD;
}
</style>
border-color css
<style>
span { border-color: #ADE0FD; }
span { border-color: rgb(173,224,253); }
td.TdClassName
{
border-color: #ADE0FD;
}
.TagClassName
{
border-color: #ADE0FD;
}
</style>