Shades of Columbia Blue #A8E5FF
Tints of Columbia Blue #A8E5FF
RGB
CMYK
RGB Variations
Color information
#A8E5FF (or 0xA8E5FF) is known color: Columbia Blue. HEX triplet: A8, E5 and FF. RGB value is (168,229,255). Sum of RGB (Red+Green+Blue) = 168+229+255=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E5FF is #571A00. Grayscale: #D5D5D5. Windows color (decimal): -5708289 or 16770472. OLE color: 16770472.
HSL color Cylindrical-coordinate representation of color #A8E5FF: hue angle of 197.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8E5FF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 229 | 255 | - |
| CMYK | 0.34 | 0.10 | 0 | 0 |
| HSL | 197.93º | 1% | 0.83% | - |
| HSV(B) | 197.93º | 0.34% | 1% | - |
| XYZ | 62.22 | 71.58 | 105.15 | - |
| YUV | 213.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 255 | 0.34 | 0.10 | 0 | 0 | 197.93 | 1 | 0.83 |
| Hex | A8 | E5 | FF | 22 | A | 0 | 0 | C6 | 64 | 53 |
| Octal | 250 | 345 | 377 | 42 | 12 | 0 | 0 | 306 | 144 | 123 |
| Binary | 10101000 | 11100101 | 11111111 | 100010 | 1010 | 0 | 0 | 11000110 | 1100100 | 1010011 |
Color Harmonies of #A8E5FF
Complementary color
Monochromatic Colors of #A8E5FF
Black with #A8E5FF
Text Example
Text Example
White with #A8E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E5FF; }
p { color: rgb(168,229,255); }
H1.HeaderClassName
{
color: #A8E5FF;
}
.AnyTagClassName
{
color: #A8E5FF;
}
</style>
background-color css
<style>
a { background-color: #A8E5FF; }
a { background-color: rgb(168,229,255); }
div.DivClassName
{
background-color: #A8E5FF;
}
.BgClassName
{
background-color: #A8E5FF;
}
</style>
border-color css
<style>
span { border-color: #A8E5FF; }
span { border-color: rgb(168,229,255); }
td.TdClassName
{
border-color: #A8E5FF;
}
.TagClassName
{
border-color: #A8E5FF;
}
</style>