Shades of Columbia Blue #ADDEFA
Tints of Columbia Blue #ADDEFA
RGB
CMYK
RGB Variations
Color information
#ADDEFA (or 0xADDEFA) is known color: Columbia Blue. HEX triplet: AD, DE and FA. RGB value is (173,222,250). Sum of RGB (Red+Green+Blue) = 173+222+250=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFA is #522105. Grayscale: #D2D2D2. Windows color (decimal): -5382406 or 16441005. OLE color: 16441005.
HSL color Cylindrical-coordinate representation of color #ADDEFA: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDEFA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 222 | 250 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.02 |
| HSL | 201.82º | 0.89% | 0.83% | - |
| HSV(B) | 201.82º | 0.31% | 0.98% | - |
| XYZ | 60.61 | 68.03 | 100.38 | - |
| YUV | 210.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 250 | 0.31 | 0.11 | 0 | 0.02 | 201.82 | 0.89 | 0.83 |
| Hex | AD | DE | FA | 1F | B | 0 | 2 | CA | 59 | 53 |
| Octal | 255 | 336 | 372 | 37 | 13 | 0 | 2 | 312 | 131 | 123 |
| Binary | 10101101 | 11011110 | 11111010 | 11111 | 1011 | 0 | 10 | 11001010 | 1011001 | 1010011 |
Color Harmonies of #ADDEFA
Complementary color
Monochromatic Colors of #ADDEFA
Black with #ADDEFA
Text Example
Text Example
White with #ADDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEFA; }
p { color: rgb(173,222,250); }
H1.HeaderClassName
{
color: #ADDEFA;
}
.AnyTagClassName
{
color: #ADDEFA;
}
</style>
background-color css
<style>
a { background-color: #ADDEFA; }
a { background-color: rgb(173,222,250); }
div.DivClassName
{
background-color: #ADDEFA;
}
.BgClassName
{
background-color: #ADDEFA;
}
</style>
border-color css
<style>
span { border-color: #ADDEFA; }
span { border-color: rgb(173,222,250); }
td.TdClassName
{
border-color: #ADDEFA;
}
.TagClassName
{
border-color: #ADDEFA;
}
</style>