Shades of Columbia Blue #A4E0FE
Tints of Columbia Blue #A4E0FE
RGB
CMYK
RGB Variations
Color information
#A4E0FE (or 0xA4E0FE) is known color: Columbia Blue. HEX triplet: A4, E0 and FE. RGB value is (164,224,254). Sum of RGB (Red+Green+Blue) = 164+224+254=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E0FE is #5B1F01. Grayscale: #D1D1D1. Windows color (decimal): -5971714 or 16703652. OLE color: 16703652.
HSL color Cylindrical-coordinate representation of color #A4E0FE: hue angle of 200º 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 #A4E0FE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 224 | 254 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.00 |
| HSL | 200º | 0.98% | 0.82% | - |
| HSV(B) | 200º | 0.35% | 1% | - |
| XYZ | 59.85 | 68.36 | 103.81 | - |
| YUV | 209.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 254 | 0.35 | 0.12 | 0 | 0.00 | 200 | 0.98 | 0.82 |
| Hex | A4 | E0 | FE | 23 | C | 0 | 0 | C8 | 62 | 52 |
| Octal | 244 | 340 | 376 | 43 | 14 | 0 | 0 | 310 | 142 | 122 |
| Binary | 10100100 | 11100000 | 11111110 | 100011 | 1100 | 0 | 0 | 11001000 | 1100010 | 1010010 |
Color Harmonies of #A4E0FE
Complementary color
Monochromatic Colors of #A4E0FE
Black with #A4E0FE
Text Example
Text Example
White with #A4E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0FE; }
p { color: rgb(164,224,254); }
H1.HeaderClassName
{
color: #A4E0FE;
}
.AnyTagClassName
{
color: #A4E0FE;
}
</style>
background-color css
<style>
a { background-color: #A4E0FE; }
a { background-color: rgb(164,224,254); }
div.DivClassName
{
background-color: #A4E0FE;
}
.BgClassName
{
background-color: #A4E0FE;
}
</style>
border-color css
<style>
span { border-color: #A4E0FE; }
span { border-color: rgb(164,224,254); }
td.TdClassName
{
border-color: #A4E0FE;
}
.TagClassName
{
border-color: #A4E0FE;
}
</style>