Shades of Columbia Blue #A1D3FB
Tints of Columbia Blue #A1D3FB
RGB
CMYK
RGB Variations
Color information
#A1D3FB (or 0xA1D3FB) is known color: Columbia Blue. HEX triplet: A1, D3 and FB. RGB value is (161,211,251). Sum of RGB (Red+Green+Blue) = 161+211+251=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1D3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3FB is #5E2C04. Grayscale: #C8C8C8. Windows color (decimal): -6171653 or 16503713. OLE color: 16503713.
HSL color Cylindrical-coordinate representation of color #A1D3FB: hue angle of 206.67º 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 #A1D3FB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 211 | 251 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.02 |
| HSL | 206.67º | 0.92% | 0.81% | - |
| HSV(B) | 206.67º | 0.36% | 0.98% | - |
| XYZ | 55.4 | 61.13 | 100.15 | - |
| YUV | 200.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 251 | 0.36 | 0.16 | 0 | 0.02 | 206.67 | 0.92 | 0.81 |
| Hex | A1 | D3 | FB | 24 | 10 | 0 | 2 | CF | 5C | 51 |
| Octal | 241 | 323 | 373 | 44 | 20 | 0 | 2 | 317 | 134 | 121 |
| Binary | 10100001 | 11010011 | 11111011 | 100100 | 10000 | 0 | 10 | 11001111 | 1011100 | 1010001 |
Color Harmonies of #A1D3FB
Complementary color
Monochromatic Colors of #A1D3FB
Black with #A1D3FB
Text Example
Text Example
White with #A1D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3FB; }
p { color: rgb(161,211,251); }
H1.HeaderClassName
{
color: #A1D3FB;
}
.AnyTagClassName
{
color: #A1D3FB;
}
</style>
background-color css
<style>
a { background-color: #A1D3FB; }
a { background-color: rgb(161,211,251); }
div.DivClassName
{
background-color: #A1D3FB;
}
.BgClassName
{
background-color: #A1D3FB;
}
</style>
border-color css
<style>
span { border-color: #A1D3FB; }
span { border-color: rgb(161,211,251); }
td.TdClassName
{
border-color: #A1D3FB;
}
.TagClassName
{
border-color: #A1D3FB;
}
</style>