Shades of Columbia Blue #A1D1FE
Tints of Columbia Blue #A1D1FE
RGB
CMYK
RGB Variations
Color information
#A1D1FE (or 0xA1D1FE) is known color: Columbia Blue. HEX triplet: A1, D1 and FE. RGB value is (161,209,254). Sum of RGB (Red+Green+Blue) = 161+209+254=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1FE is #5E2E01. Grayscale: #C7C7C7. Windows color (decimal): -6172162 or 16699809. OLE color: 16699809.
HSL color Cylindrical-coordinate representation of color #A1D1FE: hue angle of 209.03º 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 #A1D1FE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 209 | 254 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.00 |
| HSL | 209.03º | 0.98% | 0.81% | - |
| HSV(B) | 209.03º | 0.37% | 1% | - |
| XYZ | 55.39 | 60.33 | 102.49 | - |
| YUV | 199.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 254 | 0.37 | 0.18 | 0 | 0.00 | 209.03 | 0.98 | 0.81 |
| Hex | A1 | D1 | FE | 25 | 12 | 0 | 0 | D1 | 62 | 51 |
| Octal | 241 | 321 | 376 | 45 | 22 | 0 | 0 | 321 | 142 | 121 |
| Binary | 10100001 | 11010001 | 11111110 | 100101 | 10010 | 0 | 0 | 11010001 | 1100010 | 1010001 |
Color Harmonies of #A1D1FE
Complementary color
Monochromatic Colors of #A1D1FE
Black with #A1D1FE
Text Example
Text Example
White with #A1D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1FE; }
p { color: rgb(161,209,254); }
H1.HeaderClassName
{
color: #A1D1FE;
}
.AnyTagClassName
{
color: #A1D1FE;
}
</style>
background-color css
<style>
a { background-color: #A1D1FE; }
a { background-color: rgb(161,209,254); }
div.DivClassName
{
background-color: #A1D1FE;
}
.BgClassName
{
background-color: #A1D1FE;
}
</style>
border-color css
<style>
span { border-color: #A1D1FE; }
span { border-color: rgb(161,209,254); }
td.TdClassName
{
border-color: #A1D1FE;
}
.TagClassName
{
border-color: #A1D1FE;
}
</style>