Shades of Columbia Blue #A1DAFB
Tints of Columbia Blue #A1DAFB
RGB
CMYK
RGB Variations
Color information
#A1DAFB (or 0xA1DAFB) is known color: Columbia Blue. HEX triplet: A1, DA and FB. RGB value is (161,218,251). Sum of RGB (Red+Green+Blue) = 161+218+251=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFB is #5E2504. Grayscale: #CCCCCC. Windows color (decimal): -6169861 or 16505505. OLE color: 16505505.
HSL color Cylindrical-coordinate representation of color #A1DAFB: hue angle of 202º degrees, saturation: 0.92, 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 #A1DAFB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 218 | 251 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.02 |
| HSL | 202º | 0.92% | 0.81% | - |
| HSV(B) | 202º | 0.36% | 0.98% | - |
| XYZ | 57.18 | 64.68 | 100.74 | - |
| YUV | 204.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 251 | 0.36 | 0.13 | 0 | 0.02 | 202 | 0.92 | 0.81 |
| Hex | A1 | DA | FB | 24 | D | 0 | 2 | CA | 5C | 51 |
| Octal | 241 | 332 | 373 | 44 | 15 | 0 | 2 | 312 | 134 | 121 |
| Binary | 10100001 | 11011010 | 11111011 | 100100 | 1101 | 0 | 10 | 11001010 | 1011100 | 1010001 |
Color Harmonies of #A1DAFB
Complementary color
Monochromatic Colors of #A1DAFB
Black with #A1DAFB
Text Example
Text Example
White with #A1DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAFB; }
p { color: rgb(161,218,251); }
H1.HeaderClassName
{
color: #A1DAFB;
}
.AnyTagClassName
{
color: #A1DAFB;
}
</style>
background-color css
<style>
a { background-color: #A1DAFB; }
a { background-color: rgb(161,218,251); }
div.DivClassName
{
background-color: #A1DAFB;
}
.BgClassName
{
background-color: #A1DAFB;
}
</style>
border-color css
<style>
span { border-color: #A1DAFB; }
span { border-color: rgb(161,218,251); }
td.TdClassName
{
border-color: #A1DAFB;
}
.TagClassName
{
border-color: #A1DAFB;
}
</style>