Shades of Columbia Blue #A1DBFC
Tints of Columbia Blue #A1DBFC
RGB
CMYK
RGB Variations
Color information
#A1DBFC (or 0xA1DBFC) is known color: Columbia Blue. HEX triplet: A1, DB and FC. RGB value is (161,219,252). Sum of RGB (Red+Green+Blue) = 161+219+252=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBFC is #5E2403. Grayscale: #CDCDCD. Windows color (decimal): -6169604 or 16571297. OLE color: 16571297.
HSL color Cylindrical-coordinate representation of color #A1DBFC: hue angle of 201.76º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DBFC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 219 | 252 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 201.76º | 0.94% | 0.81% | - |
| HSV(B) | 201.76º | 0.36% | 0.99% | - |
| XYZ | 57.6 | 65.27 | 101.66 | - |
| YUV | 205.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 252 | 0.36 | 0.13 | 0 | 0.01 | 201.76 | 0.94 | 0.81 |
| Hex | A1 | DB | FC | 24 | D | 0 | 1 | CA | 5E | 51 |
| Octal | 241 | 333 | 374 | 44 | 15 | 0 | 1 | 312 | 136 | 121 |
| Binary | 10100001 | 11011011 | 11111100 | 100100 | 1101 | 0 | 1 | 11001010 | 1011110 | 1010001 |
Color Harmonies of #A1DBFC
Complementary color
Monochromatic Colors of #A1DBFC
Black with #A1DBFC
Text Example
Text Example
White with #A1DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBFC; }
p { color: rgb(161,219,252); }
H1.HeaderClassName
{
color: #A1DBFC;
}
.AnyTagClassName
{
color: #A1DBFC;
}
</style>
background-color css
<style>
a { background-color: #A1DBFC; }
a { background-color: rgb(161,219,252); }
div.DivClassName
{
background-color: #A1DBFC;
}
.BgClassName
{
background-color: #A1DBFC;
}
</style>
border-color css
<style>
span { border-color: #A1DBFC; }
span { border-color: rgb(161,219,252); }
td.TdClassName
{
border-color: #A1DBFC;
}
.TagClassName
{
border-color: #A1DBFC;
}
</style>