Shades of Columbia Blue #A4EAFE
Tints of Columbia Blue #A4EAFE
RGB
CMYK
RGB Variations
Color information
#A4EAFE (or 0xA4EAFE) is known color: Columbia Blue. HEX triplet: A4, EA and FE. RGB value is (164,234,254). Sum of RGB (Red+Green+Blue) = 164+234+254=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAFE is #5B1501. Grayscale: #D7D7D7. Windows color (decimal): -5969154 or 16706212. OLE color: 16706212.
HSL color Cylindrical-coordinate representation of color #A4EAFE: hue angle of 193.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 #A4EAFE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 234 | 254 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.00 |
| HSL | 193.33º | 0.98% | 0.82% | - |
| HSV(B) | 193.33º | 0.35% | 1% | - |
| XYZ | 62.62 | 73.89 | 104.73 | - |
| YUV | 215.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 254 | 0.35 | 0.08 | 0 | 0.00 | 193.33 | 0.98 | 0.82 |
| Hex | A4 | EA | FE | 23 | 8 | 0 | 0 | C1 | 62 | 52 |
| Octal | 244 | 352 | 376 | 43 | 10 | 0 | 0 | 301 | 142 | 122 |
| Binary | 10100100 | 11101010 | 11111110 | 100011 | 1000 | 0 | 0 | 11000001 | 1100010 | 1010010 |
Color Harmonies of #A4EAFE
Complementary color
Monochromatic Colors of #A4EAFE
Black with #A4EAFE
Text Example
Text Example
White with #A4EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EAFE; }
p { color: rgb(164,234,254); }
H1.HeaderClassName
{
color: #A4EAFE;
}
.AnyTagClassName
{
color: #A4EAFE;
}
</style>
background-color css
<style>
a { background-color: #A4EAFE; }
a { background-color: rgb(164,234,254); }
div.DivClassName
{
background-color: #A4EAFE;
}
.BgClassName
{
background-color: #A4EAFE;
}
</style>
border-color css
<style>
span { border-color: #A4EAFE; }
span { border-color: rgb(164,234,254); }
td.TdClassName
{
border-color: #A4EAFE;
}
.TagClassName
{
border-color: #A4EAFE;
}
</style>