Shades of Columbia Blue #A1DCFE
Tints of Columbia Blue #A1DCFE
RGB
CMYK
RGB Variations
Color information
#A1DCFE (or 0xA1DCFE) is known color: Columbia Blue. HEX triplet: A1, DC and FE. RGB value is (161,220,254). Sum of RGB (Red+Green+Blue) = 161+220+254=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCFE is #5E2301. Grayscale: #CECECE. Windows color (decimal): -6169346 or 16702625. OLE color: 16702625.
HSL color Cylindrical-coordinate representation of color #A1DCFE: hue angle of 201.94º 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 #A1DCFE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 220 | 254 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.00 |
| HSL | 201.94º | 0.98% | 0.81% | - |
| HSV(B) | 201.94º | 0.37% | 1% | - |
| XYZ | 58.18 | 65.92 | 103.42 | - |
| YUV | 206.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 254 | 0.37 | 0.13 | 0 | 0.00 | 201.94 | 0.98 | 0.81 |
| Hex | A1 | DC | FE | 25 | D | 0 | 0 | CA | 62 | 51 |
| Octal | 241 | 334 | 376 | 45 | 15 | 0 | 0 | 312 | 142 | 121 |
| Binary | 10100001 | 11011100 | 11111110 | 100101 | 1101 | 0 | 0 | 11001010 | 1100010 | 1010001 |
Color Harmonies of #A1DCFE
Complementary color
Monochromatic Colors of #A1DCFE
Black with #A1DCFE
Text Example
Text Example
White with #A1DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCFE; }
p { color: rgb(161,220,254); }
H1.HeaderClassName
{
color: #A1DCFE;
}
.AnyTagClassName
{
color: #A1DCFE;
}
</style>
background-color css
<style>
a { background-color: #A1DCFE; }
a { background-color: rgb(161,220,254); }
div.DivClassName
{
background-color: #A1DCFE;
}
.BgClassName
{
background-color: #A1DCFE;
}
</style>
border-color css
<style>
span { border-color: #A1DCFE; }
span { border-color: rgb(161,220,254); }
td.TdClassName
{
border-color: #A1DCFE;
}
.TagClassName
{
border-color: #A1DCFE;
}
</style>