Shades of Columbia Blue #ADE2FD
Tints of Columbia Blue #ADE2FD
RGB
CMYK
RGB Variations
Color information
#ADE2FD (or 0xADE2FD) is known color: Columbia Blue. HEX triplet: AD, E2 and FD. RGB value is (173,226,253). Sum of RGB (Red+Green+Blue) = 173+226+253=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2FD is #521D02. Grayscale: #D5D5D5. Windows color (decimal): -5381379 or 16638637. OLE color: 16638637.
HSL color Cylindrical-coordinate representation of color #ADE2FD: hue angle of 200.25º 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 #ADE2FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 226 | 253 | - |
CMYK | 0.32 | 0.11 | 0 | 0.01 |
HSL | 200.25º | 0.95% | 0.84% | - |
HSV(B) | 200.25º | 0.32% | 0.99% | - |
XYZ | 62.16 | 70.37 | 103.23 | - |
YUV | 213.23 | 150.44 | 99.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 226 | 253 | 0.32 | 0.11 | 0 | 0.01 | 200.25 | 0.95 | 0.84 |
Hex | AD | E2 | FD | 20 | B | 0 | 1 | C8 | 5F | 54 |
Octal | 255 | 342 | 375 | 40 | 13 | 0 | 1 | 310 | 137 | 124 |
Binary | 10101101 | 11100010 | 11111101 | 100000 | 1011 | 0 | 1 | 11001000 | 1011111 | 1010100 |
Color Harmonies of #ADE2FD
Complementary color
Monochromatic Colors of #ADE2FD
Black with #ADE2FD
Text Example
Text Example
White with #ADE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2FD; }
p { color: rgb(173,226,253); }
H1.HeaderClassName
{
color: #ADE2FD;
}
.AnyTagClassName
{
color: #ADE2FD;
}
</style>
background-color css
<style>
a { background-color: #ADE2FD; }
a { background-color: rgb(173,226,253); }
div.DivClassName
{
background-color: #ADE2FD;
}
.BgClassName
{
background-color: #ADE2FD;
}
</style>
border-color css
<style>
span { border-color: #ADE2FD; }
span { border-color: rgb(173,226,253); }
td.TdClassName
{
border-color: #ADE2FD;
}
.TagClassName
{
border-color: #ADE2FD;
}
</style>