Shades of Columbia Blue #A1DBFB
Tints of Columbia Blue #A1DBFB
RGB
CMYK
RGB Variations
Color information
#A1DBFB (or 0xA1DBFB) is known color: Columbia Blue. HEX triplet: A1, DB and FB. RGB value is (161,219,251). Sum of RGB (Red+Green+Blue) = 161+219+251=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBFB is #5E2404. Grayscale: #CDCDCD. Windows color (decimal): -6169605 or 16505761. OLE color: 16505761.
HSL color Cylindrical-coordinate representation of color #A1DBFB: hue angle of 201.33º 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 #A1DBFB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 219 | 251 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.02 |
| HSL | 201.33º | 0.92% | 0.81% | - |
| HSV(B) | 201.33º | 0.36% | 0.98% | - |
| XYZ | 57.44 | 65.21 | 100.83 | - |
| YUV | 205.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 251 | 0.36 | 0.13 | 0 | 0.02 | 201.33 | 0.92 | 0.81 |
| Hex | A1 | DB | FB | 24 | D | 0 | 2 | C9 | 5C | 51 |
| Octal | 241 | 333 | 373 | 44 | 15 | 0 | 2 | 311 | 134 | 121 |
| Binary | 10100001 | 11011011 | 11111011 | 100100 | 1101 | 0 | 10 | 11001001 | 1011100 | 1010001 |
Color Harmonies of #A1DBFB
Complementary color
Monochromatic Colors of #A1DBFB
Black with #A1DBFB
Text Example
Text Example
White with #A1DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBFB; }
p { color: rgb(161,219,251); }
H1.HeaderClassName
{
color: #A1DBFB;
}
.AnyTagClassName
{
color: #A1DBFB;
}
</style>
background-color css
<style>
a { background-color: #A1DBFB; }
a { background-color: rgb(161,219,251); }
div.DivClassName
{
background-color: #A1DBFB;
}
.BgClassName
{
background-color: #A1DBFB;
}
</style>
border-color css
<style>
span { border-color: #A1DBFB; }
span { border-color: rgb(161,219,251); }
td.TdClassName
{
border-color: #A1DBFB;
}
.TagClassName
{
border-color: #A1DBFB;
}
</style>