Shades of Columbia Blue #ADDFFA
Tints of Columbia Blue #ADDFFA
RGB
CMYK
RGB Variations
Color information
#ADDFFA (or 0xADDFFA) is known color: Columbia Blue. HEX triplet: AD, DF and FA. RGB value is (173,223,250). Sum of RGB (Red+Green+Blue) = 173+223+250=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFA is #522005. Grayscale: #D2D2D2. Windows color (decimal): -5382150 or 16441261. OLE color: 16441261.
HSL color Cylindrical-coordinate representation of color #ADDFFA: hue angle of 201.04º 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 #ADDFFA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 223 | 250 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.02 |
| HSL | 201.04º | 0.89% | 0.83% | - |
| HSV(B) | 201.04º | 0.31% | 0.98% | - |
| XYZ | 60.88 | 68.56 | 100.47 | - |
| YUV | 211.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 250 | 0.31 | 0.11 | 0 | 0.02 | 201.04 | 0.89 | 0.83 |
| Hex | AD | DF | FA | 1F | B | 0 | 2 | C9 | 59 | 53 |
| Octal | 255 | 337 | 372 | 37 | 13 | 0 | 2 | 311 | 131 | 123 |
| Binary | 10101101 | 11011111 | 11111010 | 11111 | 1011 | 0 | 10 | 11001001 | 1011001 | 1010011 |
Color Harmonies of #ADDFFA
Complementary color
Monochromatic Colors of #ADDFFA
Black with #ADDFFA
Text Example
Text Example
White with #ADDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFFA; }
p { color: rgb(173,223,250); }
H1.HeaderClassName
{
color: #ADDFFA;
}
.AnyTagClassName
{
color: #ADDFFA;
}
</style>
background-color css
<style>
a { background-color: #ADDFFA; }
a { background-color: rgb(173,223,250); }
div.DivClassName
{
background-color: #ADDFFA;
}
.BgClassName
{
background-color: #ADDFFA;
}
</style>
border-color css
<style>
span { border-color: #ADDFFA; }
span { border-color: rgb(173,223,250); }
td.TdClassName
{
border-color: #ADDFFA;
}
.TagClassName
{
border-color: #ADDFFA;
}
</style>