Shades of Columbia Blue #A8E4FE
Tints of Columbia Blue #A8E4FE
RGB
CMYK
RGB Variations
Color information
#A8E4FE (or 0xA8E4FE) is known color: Columbia Blue. HEX triplet: A8, E4 and FE. RGB value is (168,228,254). Sum of RGB (Red+Green+Blue) = 168+228+254=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E4FE is #571B01. Grayscale: #D4D4D4. Windows color (decimal): -5708546 or 16704680. OLE color: 16704680.
HSL color Cylindrical-coordinate representation of color #A8E4FE: hue angle of 198.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8E4FE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 228 | 254 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.00 |
| HSL | 198.14º | 0.98% | 0.83% | - |
| HSV(B) | 198.14º | 0.34% | 1% | - |
| XYZ | 61.78 | 70.97 | 104.21 | - |
| YUV | 213.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 254 | 0.34 | 0.10 | 0 | 0.00 | 198.14 | 0.98 | 0.83 |
| Hex | A8 | E4 | FE | 22 | A | 0 | 0 | C6 | 62 | 53 |
| Octal | 250 | 344 | 376 | 42 | 12 | 0 | 0 | 306 | 142 | 123 |
| Binary | 10101000 | 11100100 | 11111110 | 100010 | 1010 | 0 | 0 | 11000110 | 1100010 | 1010011 |
Color Harmonies of #A8E4FE
Complementary color
Monochromatic Colors of #A8E4FE
Black with #A8E4FE
Text Example
Text Example
White with #A8E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4FE; }
p { color: rgb(168,228,254); }
H1.HeaderClassName
{
color: #A8E4FE;
}
.AnyTagClassName
{
color: #A8E4FE;
}
</style>
background-color css
<style>
a { background-color: #A8E4FE; }
a { background-color: rgb(168,228,254); }
div.DivClassName
{
background-color: #A8E4FE;
}
.BgClassName
{
background-color: #A8E4FE;
}
</style>
border-color css
<style>
span { border-color: #A8E4FE; }
span { border-color: rgb(168,228,254); }
td.TdClassName
{
border-color: #A8E4FE;
}
.TagClassName
{
border-color: #A8E4FE;
}
</style>