Shades of Columbia Blue #A8E6FE
Tints of Columbia Blue #A8E6FE
RGB
CMYK
RGB Variations
Color information
#A8E6FE (or 0xA8E6FE) is known color: Columbia Blue. HEX triplet: A8, E6 and FE. RGB value is (168,230,254). Sum of RGB (Red+Green+Blue) = 168+230+254=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 230 (90.23% from 255 or 35.28% 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 #A8E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E6FE is #571901. Grayscale: #D6D6D6. Windows color (decimal): -5708034 or 16705192. OLE color: 16705192.
HSL color Cylindrical-coordinate representation of color #A8E6FE: hue angle of 196.74º 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 #A8E6FE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 230 | 254 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.00 |
| HSL | 196.74º | 0.98% | 0.83% | - |
| HSV(B) | 196.74º | 0.34% | 1% | - |
| XYZ | 62.33 | 72.07 | 104.39 | - |
| YUV | 214.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 254 | 0.34 | 0.09 | 0 | 0.00 | 196.74 | 0.98 | 0.83 |
| Hex | A8 | E6 | FE | 22 | 9 | 0 | 0 | C5 | 62 | 53 |
| Octal | 250 | 346 | 376 | 42 | 11 | 0 | 0 | 305 | 142 | 123 |
| Binary | 10101000 | 11100110 | 11111110 | 100010 | 1001 | 0 | 0 | 11000101 | 1100010 | 1010011 |
Color Harmonies of #A8E6FE
Complementary color
Monochromatic Colors of #A8E6FE
Black with #A8E6FE
Text Example
Text Example
White with #A8E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E6FE; }
p { color: rgb(168,230,254); }
H1.HeaderClassName
{
color: #A8E6FE;
}
.AnyTagClassName
{
color: #A8E6FE;
}
</style>
background-color css
<style>
a { background-color: #A8E6FE; }
a { background-color: rgb(168,230,254); }
div.DivClassName
{
background-color: #A8E6FE;
}
.BgClassName
{
background-color: #A8E6FE;
}
</style>
border-color css
<style>
span { border-color: #A8E6FE; }
span { border-color: rgb(168,230,254); }
td.TdClassName
{
border-color: #A8E6FE;
}
.TagClassName
{
border-color: #A8E6FE;
}
</style>