Shades of Columbia Blue #ADE1FD
Tints of Columbia Blue #ADE1FD
RGB
CMYK
RGB Variations
Color information
#ADE1FD (or 0xADE1FD) is known color: Columbia Blue. HEX triplet: AD, E1 and FD. RGB value is (173,225,253). Sum of RGB (Red+Green+Blue) = 173+225+253=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1FD is #521E02. Grayscale: #D4D4D4. Windows color (decimal): -5381635 or 16638381. OLE color: 16638381.
HSL color Cylindrical-coordinate representation of color #ADE1FD: hue angle of 201º 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 #ADE1FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 225 | 253 | - |
CMYK | 0.32 | 0.11 | 0 | 0.01 |
HSL | 201º | 0.95% | 0.84% | - |
HSV(B) | 201º | 0.32% | 0.99% | - |
XYZ | 61.89 | 69.83 | 103.14 | - |
YUV | 212.64 | 150.77 | 99.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 225 | 253 | 0.32 | 0.11 | 0 | 0.01 | 201 | 0.95 | 0.84 |
Hex | AD | E1 | FD | 20 | B | 0 | 1 | C9 | 5F | 54 |
Octal | 255 | 341 | 375 | 40 | 13 | 0 | 1 | 311 | 137 | 124 |
Binary | 10101101 | 11100001 | 11111101 | 100000 | 1011 | 0 | 1 | 11001001 | 1011111 | 1010100 |
Color Harmonies of #ADE1FD
Complementary color
Monochromatic Colors of #ADE1FD
Black with #ADE1FD
Text Example
Text Example
White with #ADE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1FD; }
p { color: rgb(173,225,253); }
H1.HeaderClassName
{
color: #ADE1FD;
}
.AnyTagClassName
{
color: #ADE1FD;
}
</style>
background-color css
<style>
a { background-color: #ADE1FD; }
a { background-color: rgb(173,225,253); }
div.DivClassName
{
background-color: #ADE1FD;
}
.BgClassName
{
background-color: #ADE1FD;
}
</style>
border-color css
<style>
span { border-color: #ADE1FD; }
span { border-color: rgb(173,225,253); }
td.TdClassName
{
border-color: #ADE1FD;
}
.TagClassName
{
border-color: #ADE1FD;
}
</style>