Shades of Columbia Blue #A1DAFE
Tints of Columbia Blue #A1DAFE
RGB
CMYK
RGB Variations
Color information
#A1DAFE (or 0xA1DAFE) is known color: Columbia Blue. HEX triplet: A1, DA and FE. RGB value is (161,218,254). Sum of RGB (Red+Green+Blue) = 161+218+254=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFE is #5E2501. Grayscale: #CCCCCC. Windows color (decimal): -6169858 or 16702113. OLE color: 16702113.
HSL color Cylindrical-coordinate representation of color #A1DAFE: hue angle of 203.23º 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 #A1DAFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 218 | 254 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.00 |
| HSL | 203.23º | 0.98% | 0.81% | - |
| HSV(B) | 203.23º | 0.37% | 1% | - |
| XYZ | 57.66 | 64.88 | 103.25 | - |
| YUV | 205.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 254 | 0.37 | 0.14 | 0 | 0.00 | 203.23 | 0.98 | 0.81 |
| Hex | A1 | DA | FE | 25 | E | 0 | 0 | CB | 62 | 51 |
| Octal | 241 | 332 | 376 | 45 | 16 | 0 | 0 | 313 | 142 | 121 |
| Binary | 10100001 | 11011010 | 11111110 | 100101 | 1110 | 0 | 0 | 11001011 | 1100010 | 1010001 |
Color Harmonies of #A1DAFE
Complementary color
Monochromatic Colors of #A1DAFE
Black with #A1DAFE
Text Example
Text Example
White with #A1DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAFE; }
p { color: rgb(161,218,254); }
H1.HeaderClassName
{
color: #A1DAFE;
}
.AnyTagClassName
{
color: #A1DAFE;
}
</style>
background-color css
<style>
a { background-color: #A1DAFE; }
a { background-color: rgb(161,218,254); }
div.DivClassName
{
background-color: #A1DAFE;
}
.BgClassName
{
background-color: #A1DAFE;
}
</style>
border-color css
<style>
span { border-color: #A1DAFE; }
span { border-color: rgb(161,218,254); }
td.TdClassName
{
border-color: #A1DAFE;
}
.TagClassName
{
border-color: #A1DAFE;
}
</style>