Shades of Columbia Blue #A1D3FE
Tints of Columbia Blue #A1D3FE
RGB
CMYK
RGB Variations
Color information
#A1D3FE (or 0xA1D3FE) is known color: Columbia Blue. HEX triplet: A1, D3 and FE. RGB value is (161,211,254). Sum of RGB (Red+Green+Blue) = 161+211+254=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3FE is #5E2C01. Grayscale: #C8C8C8. Windows color (decimal): -6171650 or 16700321. OLE color: 16700321.
HSL color Cylindrical-coordinate representation of color #A1D3FE: hue angle of 207.74º 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 #A1D3FE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 211 | 254 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.00 |
| HSL | 207.74º | 0.98% | 0.81% | - |
| HSV(B) | 207.74º | 0.37% | 1% | - |
| XYZ | 55.88 | 61.32 | 102.66 | - |
| YUV | 200.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 254 | 0.37 | 0.17 | 0 | 0.00 | 207.74 | 0.98 | 0.81 |
| Hex | A1 | D3 | FE | 25 | 11 | 0 | 0 | D0 | 62 | 51 |
| Octal | 241 | 323 | 376 | 45 | 21 | 0 | 0 | 320 | 142 | 121 |
| Binary | 10100001 | 11010011 | 11111110 | 100101 | 10001 | 0 | 0 | 11010000 | 1100010 | 1010001 |
Color Harmonies of #A1D3FE
Complementary color
Monochromatic Colors of #A1D3FE
Black with #A1D3FE
Text Example
Text Example
White with #A1D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3FE; }
p { color: rgb(161,211,254); }
H1.HeaderClassName
{
color: #A1D3FE;
}
.AnyTagClassName
{
color: #A1D3FE;
}
</style>
background-color css
<style>
a { background-color: #A1D3FE; }
a { background-color: rgb(161,211,254); }
div.DivClassName
{
background-color: #A1D3FE;
}
.BgClassName
{
background-color: #A1D3FE;
}
</style>
border-color css
<style>
span { border-color: #A1D3FE; }
span { border-color: rgb(161,211,254); }
td.TdClassName
{
border-color: #A1D3FE;
}
.TagClassName
{
border-color: #A1D3FE;
}
</style>