Shades of Columbia Blue #ADE4FF
Tints of Columbia Blue #ADE4FF
RGB
CMYK
RGB Variations
Color information
#ADE4FF (or 0xADE4FF) is known color: Columbia Blue. HEX triplet: AD, E4 and FF. RGB value is (173,228,255). Sum of RGB (Red+Green+Blue) = 173+228+255=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4FF is #521B00. Grayscale: #D6D6D6. Windows color (decimal): -5380865 or 16770221. OLE color: 16770221.
HSL color Cylindrical-coordinate representation of color #ADE4FF: hue angle of 199.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADE4FF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 228 | 255 | - |
CMYK | 0.32 | 0.11 | 0 | 0 |
HSL | 199.76º | 1% | 0.84% | - |
HSV(B) | 199.76º | 0.32% | 1% | - |
XYZ | 63.03 | 71.59 | 105.1 | - |
YUV | 214.63 | 150.78 | 98.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 255 | 0.32 | 0.11 | 0 | 0 | 199.76 | 1 | 0.84 |
Hex | AD | E4 | FF | 20 | B | 0 | 0 | C8 | 64 | 54 |
Octal | 255 | 344 | 377 | 40 | 13 | 0 | 0 | 310 | 144 | 124 |
Binary | 10101101 | 11100100 | 11111111 | 100000 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010100 |
Color Harmonies of #ADE4FF
Complementary color
Monochromatic Colors of #ADE4FF
Black with #ADE4FF
Text Example
Text Example
White with #ADE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4FF; }
p { color: rgb(173,228,255); }
H1.HeaderClassName
{
color: #ADE4FF;
}
.AnyTagClassName
{
color: #ADE4FF;
}
</style>
background-color css
<style>
a { background-color: #ADE4FF; }
a { background-color: rgb(173,228,255); }
div.DivClassName
{
background-color: #ADE4FF;
}
.BgClassName
{
background-color: #ADE4FF;
}
</style>
border-color css
<style>
span { border-color: #ADE4FF; }
span { border-color: rgb(173,228,255); }
td.TdClassName
{
border-color: #ADE4FF;
}
.TagClassName
{
border-color: #ADE4FF;
}
</style>