Shades of Columbia Blue #A4E6FE
Tints of Columbia Blue #A4E6FE
RGB
CMYK
RGB Variations
Color information
#A4E6FE (or 0xA4E6FE) is known color: Columbia Blue. HEX triplet: A4, E6 and FE. RGB value is (164,230,254). Sum of RGB (Red+Green+Blue) = 164+230+254=648 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.31% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E6FE is #5B1901. Grayscale: #D4D4D4. Windows color (decimal): -5970178 or 16705188. OLE color: 16705188.
HSL color Cylindrical-coordinate representation of color #A4E6FE: hue angle of 196º 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 #A4E6FE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 230 | 254 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.00 |
| HSL | 196º | 0.98% | 0.82% | - |
| HSV(B) | 196º | 0.35% | 1% | - |
| XYZ | 61.5 | 71.64 | 104.35 | - |
| YUV | 213 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 254 | 0.35 | 0.09 | 0 | 0.00 | 196 | 0.98 | 0.82 |
| Hex | A4 | E6 | FE | 23 | 9 | 0 | 0 | C4 | 62 | 52 |
| Octal | 244 | 346 | 376 | 43 | 11 | 0 | 0 | 304 | 142 | 122 |
| Binary | 10100100 | 11100110 | 11111110 | 100011 | 1001 | 0 | 0 | 11000100 | 1100010 | 1010010 |
Color Harmonies of #A4E6FE
Complementary color
Monochromatic Colors of #A4E6FE
Black with #A4E6FE
Text Example
Text Example
White with #A4E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6FE; }
p { color: rgb(164,230,254); }
H1.HeaderClassName
{
color: #A4E6FE;
}
.AnyTagClassName
{
color: #A4E6FE;
}
</style>
background-color css
<style>
a { background-color: #A4E6FE; }
a { background-color: rgb(164,230,254); }
div.DivClassName
{
background-color: #A4E6FE;
}
.BgClassName
{
background-color: #A4E6FE;
}
</style>
border-color css
<style>
span { border-color: #A4E6FE; }
span { border-color: rgb(164,230,254); }
td.TdClassName
{
border-color: #A4E6FE;
}
.TagClassName
{
border-color: #A4E6FE;
}
</style>