Shades of Columbia Blue #ADDAFE
Tints of Columbia Blue #ADDAFE
RGB
CMYK
RGB Variations
Color information
#ADDAFE (or 0xADDAFE) is known color: Columbia Blue. HEX triplet: AD, DA and FE. RGB value is (173,218,254). Sum of RGB (Red+Green+Blue) = 173+218+254=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFE is #522501. Grayscale: #D0D0D0. Windows color (decimal): -5383426 or 16702125. OLE color: 16702125.
HSL color Cylindrical-coordinate representation of color #ADDAFE: hue angle of 206.67º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDAFE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 218 | 254 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.00 |
| HSL | 206.67º | 0.98% | 0.84% | - |
| HSV(B) | 206.67º | 0.32% | 1% | - |
| XYZ | 60.19 | 66.18 | 103.37 | - |
| YUV | 208.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 254 | 0.32 | 0.14 | 0 | 0.00 | 206.67 | 0.98 | 0.84 |
| Hex | AD | DA | FE | 20 | E | 0 | 0 | CF | 62 | 54 |
| Octal | 255 | 332 | 376 | 40 | 16 | 0 | 0 | 317 | 142 | 124 |
| Binary | 10101101 | 11011010 | 11111110 | 100000 | 1110 | 0 | 0 | 11001111 | 1100010 | 1010100 |
Color Harmonies of #ADDAFE
Complementary color
Monochromatic Colors of #ADDAFE
Black with #ADDAFE
Text Example
Text Example
White with #ADDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAFE; }
p { color: rgb(173,218,254); }
H1.HeaderClassName
{
color: #ADDAFE;
}
.AnyTagClassName
{
color: #ADDAFE;
}
</style>
background-color css
<style>
a { background-color: #ADDAFE; }
a { background-color: rgb(173,218,254); }
div.DivClassName
{
background-color: #ADDAFE;
}
.BgClassName
{
background-color: #ADDAFE;
}
</style>
border-color css
<style>
span { border-color: #ADDAFE; }
span { border-color: rgb(173,218,254); }
td.TdClassName
{
border-color: #ADDAFE;
}
.TagClassName
{
border-color: #ADDAFE;
}
</style>