Shades of Columbia Blue #A1DAFA
Tints of Columbia Blue #A1DAFA
RGB
CMYK
RGB Variations
Color information
#A1DAFA (or 0xA1DAFA) is known color: Columbia Blue. HEX triplet: A1, DA and FA. RGB value is (161,218,250). Sum of RGB (Red+Green+Blue) = 161+218+250=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFA is #5E2505. Grayscale: #CCCCCC. Windows color (decimal): -6169862 or 16439969. OLE color: 16439969.
HSL color Cylindrical-coordinate representation of color #A1DAFA: hue angle of 201.57º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DAFA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 218 | 250 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.02 |
| HSL | 201.57º | 0.9% | 0.81% | - |
| HSV(B) | 201.57º | 0.36% | 0.98% | - |
| XYZ | 57.02 | 64.62 | 99.91 | - |
| YUV | 204.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 250 | 0.36 | 0.13 | 0 | 0.02 | 201.57 | 0.9 | 0.81 |
| Hex | A1 | DA | FA | 24 | D | 0 | 2 | CA | 5A | 51 |
| Octal | 241 | 332 | 372 | 44 | 15 | 0 | 2 | 312 | 132 | 121 |
| Binary | 10100001 | 11011010 | 11111010 | 100100 | 1101 | 0 | 10 | 11001010 | 1011010 | 1010001 |
Color Harmonies of #A1DAFA
Complementary color
Monochromatic Colors of #A1DAFA
Black with #A1DAFA
Text Example
Text Example
White with #A1DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAFA; }
p { color: rgb(161,218,250); }
H1.HeaderClassName
{
color: #A1DAFA;
}
.AnyTagClassName
{
color: #A1DAFA;
}
</style>
background-color css
<style>
a { background-color: #A1DAFA; }
a { background-color: rgb(161,218,250); }
div.DivClassName
{
background-color: #A1DAFA;
}
.BgClassName
{
background-color: #A1DAFA;
}
</style>
border-color css
<style>
span { border-color: #A1DAFA; }
span { border-color: rgb(161,218,250); }
td.TdClassName
{
border-color: #A1DAFA;
}
.TagClassName
{
border-color: #A1DAFA;
}
</style>