Shades of Columbia Blue #ADDEFF
Tints of Columbia Blue #ADDEFF
RGB
CMYK
RGB Variations
Color information
#ADDEFF (or 0xADDEFF) is known color: Columbia Blue. HEX triplet: AD, DE and FF. RGB value is (173,222,255). Sum of RGB (Red+Green+Blue) = 173+222+255=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFF is #522100. Grayscale: #D2D2D2. Windows color (decimal): -5382401 or 16768685. OLE color: 16768685.
HSL color Cylindrical-coordinate representation of color #ADDEFF: hue angle of 204.15º 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 #ADDEFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 222 | 255 | - |
| CMYK | 0.32 | 0.13 | 0 | 0 |
| HSL | 204.15º | 1% | 0.84% | - |
| HSV(B) | 204.15º | 0.32% | 1% | - |
| XYZ | 61.4 | 68.35 | 104.56 | - |
| YUV | 211.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 255 | 0.32 | 0.13 | 0 | 0 | 204.15 | 1 | 0.84 |
| Hex | AD | DE | FF | 20 | D | 0 | 0 | CC | 64 | 54 |
| Octal | 255 | 336 | 377 | 40 | 15 | 0 | 0 | 314 | 144 | 124 |
| Binary | 10101101 | 11011110 | 11111111 | 100000 | 1101 | 0 | 0 | 11001100 | 1100100 | 1010100 |
Color Harmonies of #ADDEFF
Complementary color
Monochromatic Colors of #ADDEFF
Black with #ADDEFF
Text Example
Text Example
White with #ADDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEFF; }
p { color: rgb(173,222,255); }
H1.HeaderClassName
{
color: #ADDEFF;
}
.AnyTagClassName
{
color: #ADDEFF;
}
</style>
background-color css
<style>
a { background-color: #ADDEFF; }
a { background-color: rgb(173,222,255); }
div.DivClassName
{
background-color: #ADDEFF;
}
.BgClassName
{
background-color: #ADDEFF;
}
</style>
border-color css
<style>
span { border-color: #ADDEFF; }
span { border-color: rgb(173,222,255); }
td.TdClassName
{
border-color: #ADDEFF;
}
.TagClassName
{
border-color: #ADDEFF;
}
</style>