Shades of Columbia Blue #A4E1FE
Tints of Columbia Blue #A4E1FE
RGB
CMYK
RGB Variations
Color information
#A4E1FE (or 0xA4E1FE) is known color: Columbia Blue. HEX triplet: A4, E1 and FE. RGB value is (164,225,254). Sum of RGB (Red+Green+Blue) = 164+225+254=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E1FE is #5B1E01. Grayscale: #D1D1D1. Windows color (decimal): -5971458 or 16703908. OLE color: 16703908.
HSL color Cylindrical-coordinate representation of color #A4E1FE: hue angle of 199.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E1FE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 225 | 254 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.00 |
| HSL | 199.33º | 0.98% | 0.82% | - |
| HSV(B) | 199.33º | 0.35% | 1% | - |
| XYZ | 60.12 | 68.9 | 103.9 | - |
| YUV | 210.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 254 | 0.35 | 0.11 | 0 | 0.00 | 199.33 | 0.98 | 0.82 |
| Hex | A4 | E1 | FE | 23 | B | 0 | 0 | C7 | 62 | 52 |
| Octal | 244 | 341 | 376 | 43 | 13 | 0 | 0 | 307 | 142 | 122 |
| Binary | 10100100 | 11100001 | 11111110 | 100011 | 1011 | 0 | 0 | 11000111 | 1100010 | 1010010 |
Color Harmonies of #A4E1FE
Complementary color
Monochromatic Colors of #A4E1FE
Black with #A4E1FE
Text Example
Text Example
White with #A4E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1FE; }
p { color: rgb(164,225,254); }
H1.HeaderClassName
{
color: #A4E1FE;
}
.AnyTagClassName
{
color: #A4E1FE;
}
</style>
background-color css
<style>
a { background-color: #A4E1FE; }
a { background-color: rgb(164,225,254); }
div.DivClassName
{
background-color: #A4E1FE;
}
.BgClassName
{
background-color: #A4E1FE;
}
</style>
border-color css
<style>
span { border-color: #A4E1FE; }
span { border-color: rgb(164,225,254); }
td.TdClassName
{
border-color: #A4E1FE;
}
.TagClassName
{
border-color: #A4E1FE;
}
</style>