Shades of Columbia Blue #A1DAF3
Tints of Columbia Blue #A1DAF3
RGB
CMYK
RGB Variations
Color information
#A1DAF3 (or 0xA1DAF3) is known color: Columbia Blue. HEX triplet: A1, DA and F3. RGB value is (161,218,243). Sum of RGB (Red+Green+Blue) = 161+218+243=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1DAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAF3 is #5E250C. Grayscale: #CBCBCB. Windows color (decimal): -6169869 or 15981217. OLE color: 15981217.
HSL color Cylindrical-coordinate representation of color #A1DAF3: hue angle of 198.29º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DAF3 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 218 | 243 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.05 |
| HSL | 198.29º | 0.77% | 0.79% | - |
| HSV(B) | 198.29º | 0.34% | 0.95% | - |
| XYZ | 55.95 | 64.19 | 94.24 | - |
| YUV | 203.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 243 | 0.34 | 0.10 | 0 | 0.05 | 198.29 | 0.77 | 0.79 |
| Hex | A1 | DA | F3 | 22 | A | 0 | 5 | C6 | 4D | 4F |
| Octal | 241 | 332 | 363 | 42 | 12 | 0 | 5 | 306 | 115 | 117 |
| Binary | 10100001 | 11011010 | 11110011 | 100010 | 1010 | 0 | 101 | 11000110 | 1001101 | 1001111 |
Color Harmonies of #A1DAF3
Complementary color
Monochromatic Colors of #A1DAF3
Black with #A1DAF3
Text Example
Text Example
White with #A1DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAF3; }
p { color: rgb(161,218,243); }
H1.HeaderClassName
{
color: #A1DAF3;
}
.AnyTagClassName
{
color: #A1DAF3;
}
</style>
background-color css
<style>
a { background-color: #A1DAF3; }
a { background-color: rgb(161,218,243); }
div.DivClassName
{
background-color: #A1DAF3;
}
.BgClassName
{
background-color: #A1DAF3;
}
</style>
border-color css
<style>
span { border-color: #A1DAF3; }
span { border-color: rgb(161,218,243); }
td.TdClassName
{
border-color: #A1DAF3;
}
.TagClassName
{
border-color: #A1DAF3;
}
</style>