Shades of Columbia Blue #A1EBFE
Tints of Columbia Blue #A1EBFE
RGB
CMYK
RGB Variations
Color information
#A1EBFE (or 0xA1EBFE) is known color: Columbia Blue. HEX triplet: A1, EB and FE. RGB value is (161,235,254). Sum of RGB (Red+Green+Blue) = 161+235+254=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBFE is #5E1401. Grayscale: #D6D6D6. Windows color (decimal): -6165506 or 16706465. OLE color: 16706465.
HSL color Cylindrical-coordinate representation of color #A1EBFE: hue angle of 192.26º 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 #A1EBFE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 235 | 254 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.00 |
| HSL | 192.26º | 0.98% | 0.81% | - |
| HSV(B) | 192.26º | 0.37% | 1% | - |
| XYZ | 62.3 | 74.15 | 104.79 | - |
| YUV | 215.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 254 | 0.37 | 0.07 | 0 | 0.00 | 192.26 | 0.98 | 0.81 |
| Hex | A1 | EB | FE | 25 | 7 | 0 | 0 | C0 | 62 | 51 |
| Octal | 241 | 353 | 376 | 45 | 7 | 0 | 0 | 300 | 142 | 121 |
| Binary | 10100001 | 11101011 | 11111110 | 100101 | 111 | 0 | 0 | 11000000 | 1100010 | 1010001 |
Color Harmonies of #A1EBFE
Complementary color
Monochromatic Colors of #A1EBFE
Black with #A1EBFE
Text Example
Text Example
White with #A1EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBFE; }
p { color: rgb(161,235,254); }
H1.HeaderClassName
{
color: #A1EBFE;
}
.AnyTagClassName
{
color: #A1EBFE;
}
</style>
background-color css
<style>
a { background-color: #A1EBFE; }
a { background-color: rgb(161,235,254); }
div.DivClassName
{
background-color: #A1EBFE;
}
.BgClassName
{
background-color: #A1EBFE;
}
</style>
border-color css
<style>
span { border-color: #A1EBFE; }
span { border-color: rgb(161,235,254); }
td.TdClassName
{
border-color: #A1EBFE;
}
.TagClassName
{
border-color: #A1EBFE;
}
</style>