Shades of Columbia Blue #A1DBFE
Tints of Columbia Blue #A1DBFE
RGB
CMYK
RGB Variations
Color information
#A1DBFE (or 0xA1DBFE) is known color: Columbia Blue. HEX triplet: A1, DB and FE. RGB value is (161,219,254). Sum of RGB (Red+Green+Blue) = 161+219+254=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBFE is #5E2401. Grayscale: #CDCDCD. Windows color (decimal): -6169602 or 16702369. OLE color: 16702369.
HSL color Cylindrical-coordinate representation of color #A1DBFE: hue angle of 202.58º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DBFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 219 | 254 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.00 |
| HSL | 202.58º | 0.98% | 0.81% | - |
| HSV(B) | 202.58º | 0.37% | 1% | - |
| XYZ | 57.92 | 65.4 | 103.34 | - |
| YUV | 205.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 254 | 0.37 | 0.14 | 0 | 0.00 | 202.58 | 0.98 | 0.81 |
| Hex | A1 | DB | FE | 25 | E | 0 | 0 | CB | 62 | 51 |
| Octal | 241 | 333 | 376 | 45 | 16 | 0 | 0 | 313 | 142 | 121 |
| Binary | 10100001 | 11011011 | 11111110 | 100101 | 1110 | 0 | 0 | 11001011 | 1100010 | 1010001 |
Color Harmonies of #A1DBFE
Complementary color
Monochromatic Colors of #A1DBFE
Black with #A1DBFE
Text Example
Text Example
White with #A1DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBFE; }
p { color: rgb(161,219,254); }
H1.HeaderClassName
{
color: #A1DBFE;
}
.AnyTagClassName
{
color: #A1DBFE;
}
</style>
background-color css
<style>
a { background-color: #A1DBFE; }
a { background-color: rgb(161,219,254); }
div.DivClassName
{
background-color: #A1DBFE;
}
.BgClassName
{
background-color: #A1DBFE;
}
</style>
border-color css
<style>
span { border-color: #A1DBFE; }
span { border-color: rgb(161,219,254); }
td.TdClassName
{
border-color: #A1DBFE;
}
.TagClassName
{
border-color: #A1DBFE;
}
</style>