Shades of Columbia Blue #A1DCFC
Tints of Columbia Blue #A1DCFC
RGB
CMYK
RGB Variations
Color information
#A1DCFC (or 0xA1DCFC) is known color: Columbia Blue. HEX triplet: A1, DC and FC. RGB value is (161,220,252). Sum of RGB (Red+Green+Blue) = 161+220+252=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCFC is #5E2303. Grayscale: #CDCDCD. Windows color (decimal): -6169348 or 16571553. OLE color: 16571553.
HSL color Cylindrical-coordinate representation of color #A1DCFC: hue angle of 201.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DCFC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 220 | 252 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 201.1º | 0.94% | 0.81% | - |
| HSV(B) | 201.1º | 0.36% | 0.99% | - |
| XYZ | 57.86 | 65.79 | 101.74 | - |
| YUV | 206.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 252 | 0.36 | 0.13 | 0 | 0.01 | 201.1 | 0.94 | 0.81 |
| Hex | A1 | DC | FC | 24 | D | 0 | 1 | C9 | 5E | 51 |
| Octal | 241 | 334 | 374 | 44 | 15 | 0 | 1 | 311 | 136 | 121 |
| Binary | 10100001 | 11011100 | 11111100 | 100100 | 1101 | 0 | 1 | 11001001 | 1011110 | 1010001 |
Color Harmonies of #A1DCFC
Complementary color
Monochromatic Colors of #A1DCFC
Black with #A1DCFC
Text Example
Text Example
White with #A1DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCFC; }
p { color: rgb(161,220,252); }
H1.HeaderClassName
{
color: #A1DCFC;
}
.AnyTagClassName
{
color: #A1DCFC;
}
</style>
background-color css
<style>
a { background-color: #A1DCFC; }
a { background-color: rgb(161,220,252); }
div.DivClassName
{
background-color: #A1DCFC;
}
.BgClassName
{
background-color: #A1DCFC;
}
</style>
border-color css
<style>
span { border-color: #A1DCFC; }
span { border-color: rgb(161,220,252); }
td.TdClassName
{
border-color: #A1DCFC;
}
.TagClassName
{
border-color: #A1DCFC;
}
</style>