Shades of Columbia Blue #A8EBFF
Tints of Columbia Blue #A8EBFF
RGB
CMYK
RGB Variations
Color information
#A8EBFF (or 0xA8EBFF) is known color: Columbia Blue. HEX triplet: A8, EB and FF. RGB value is (168,235,255). Sum of RGB (Red+Green+Blue) = 168+235+255=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBFF is #571400. Grayscale: #D9D9D9. Windows color (decimal): -5706753 or 16772008. OLE color: 16772008.
HSL color Cylindrical-coordinate representation of color #A8EBFF: hue angle of 193.79º 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 #A8EBFF is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 235 | 255 | - |
| CMYK | 0.34 | 0.08 | 0 | 0 |
| HSL | 193.79º | 1% | 0.83% | - |
| HSV(B) | 193.79º | 0.34% | 1% | - |
| XYZ | 63.91 | 74.96 | 105.71 | - |
| YUV | 217.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 255 | 0.34 | 0.08 | 0 | 0 | 193.79 | 1 | 0.83 |
| Hex | A8 | EB | FF | 22 | 8 | 0 | 0 | C2 | 64 | 53 |
| Octal | 250 | 353 | 377 | 42 | 10 | 0 | 0 | 302 | 144 | 123 |
| Binary | 10101000 | 11101011 | 11111111 | 100010 | 1000 | 0 | 0 | 11000010 | 1100100 | 1010011 |
Color Harmonies of #A8EBFF
Complementary color
Monochromatic Colors of #A8EBFF
Black with #A8EBFF
Text Example
Text Example
White with #A8EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBFF; }
p { color: rgb(168,235,255); }
H1.HeaderClassName
{
color: #A8EBFF;
}
.AnyTagClassName
{
color: #A8EBFF;
}
</style>
background-color css
<style>
a { background-color: #A8EBFF; }
a { background-color: rgb(168,235,255); }
div.DivClassName
{
background-color: #A8EBFF;
}
.BgClassName
{
background-color: #A8EBFF;
}
</style>
border-color css
<style>
span { border-color: #A8EBFF; }
span { border-color: rgb(168,235,255); }
td.TdClassName
{
border-color: #A8EBFF;
}
.TagClassName
{
border-color: #A8EBFF;
}
</style>