Shades of Columbia Blue #A4E9FE
Tints of Columbia Blue #A4E9FE
RGB
CMYK
RGB Variations
Color information
#A4E9FE (or 0xA4E9FE) is known color: Columbia Blue. HEX triplet: A4, E9 and FE. RGB value is (164,233,254). Sum of RGB (Red+Green+Blue) = 164+233+254=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E9FE is #5B1601. Grayscale: #D6D6D6. Windows color (decimal): -5969410 or 16705956. OLE color: 16705956.
HSL color Cylindrical-coordinate representation of color #A4E9FE: hue angle of 194º 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 #A4E9FE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 233 | 254 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.00 |
| HSL | 194º | 0.98% | 0.82% | - |
| HSV(B) | 194º | 0.35% | 1% | - |
| XYZ | 62.34 | 73.33 | 104.63 | - |
| YUV | 214.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 254 | 0.35 | 0.08 | 0 | 0.00 | 194 | 0.98 | 0.82 |
| Hex | A4 | E9 | FE | 23 | 8 | 0 | 0 | C2 | 62 | 52 |
| Octal | 244 | 351 | 376 | 43 | 10 | 0 | 0 | 302 | 142 | 122 |
| Binary | 10100100 | 11101001 | 11111110 | 100011 | 1000 | 0 | 0 | 11000010 | 1100010 | 1010010 |
Color Harmonies of #A4E9FE
Complementary color
Monochromatic Colors of #A4E9FE
Black with #A4E9FE
Text Example
Text Example
White with #A4E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E9FE; }
p { color: rgb(164,233,254); }
H1.HeaderClassName
{
color: #A4E9FE;
}
.AnyTagClassName
{
color: #A4E9FE;
}
</style>
background-color css
<style>
a { background-color: #A4E9FE; }
a { background-color: rgb(164,233,254); }
div.DivClassName
{
background-color: #A4E9FE;
}
.BgClassName
{
background-color: #A4E9FE;
}
</style>
border-color css
<style>
span { border-color: #A4E9FE; }
span { border-color: rgb(164,233,254); }
td.TdClassName
{
border-color: #A4E9FE;
}
.TagClassName
{
border-color: #A4E9FE;
}
</style>