Shades of Columbia Blue #A1DAF6
Tints of Columbia Blue #A1DAF6
RGB
CMYK
RGB Variations
Color information
#A1DAF6 (or 0xA1DAF6) is known color: Columbia Blue. HEX triplet: A1, DA and F6. RGB value is (161,218,246). Sum of RGB (Red+Green+Blue) = 161+218+246=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1DAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAF6 is #5E2509. Grayscale: #CBCBCB. Windows color (decimal): -6169866 or 16177825. OLE color: 16177825.
HSL color Cylindrical-coordinate representation of color #A1DAF6: hue angle of 199.76º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1DAF6 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 218 | 246 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.04 |
| HSL | 199.76º | 0.83% | 0.8% | - |
| HSV(B) | 199.76º | 0.35% | 0.96% | - |
| XYZ | 56.4 | 64.37 | 96.64 | - |
| YUV | 204.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 246 | 0.35 | 0.11 | 0 | 0.04 | 199.76 | 0.83 | 0.8 |
| Hex | A1 | DA | F6 | 23 | B | 0 | 4 | C8 | 53 | 50 |
| Octal | 241 | 332 | 366 | 43 | 13 | 0 | 4 | 310 | 123 | 120 |
| Binary | 10100001 | 11011010 | 11110110 | 100011 | 1011 | 0 | 100 | 11001000 | 1010011 | 1010000 |
Color Harmonies of #A1DAF6
Complementary color
Monochromatic Colors of #A1DAF6
Black with #A1DAF6
Text Example
Text Example
White with #A1DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAF6; }
p { color: rgb(161,218,246); }
H1.HeaderClassName
{
color: #A1DAF6;
}
.AnyTagClassName
{
color: #A1DAF6;
}
</style>
background-color css
<style>
a { background-color: #A1DAF6; }
a { background-color: rgb(161,218,246); }
div.DivClassName
{
background-color: #A1DAF6;
}
.BgClassName
{
background-color: #A1DAF6;
}
</style>
border-color css
<style>
span { border-color: #A1DAF6; }
span { border-color: rgb(161,218,246); }
td.TdClassName
{
border-color: #A1DAF6;
}
.TagClassName
{
border-color: #A1DAF6;
}
</style>