Shades of Columbia Blue #A8E6FF
Tints of Columbia Blue #A8E6FF
RGB
CMYK
RGB Variations
Color information
#A8E6FF (or 0xA8E6FF) is known color: Columbia Blue. HEX triplet: A8, E6 and FF. RGB value is (168,230,255). Sum of RGB (Red+Green+Blue) = 168+230+255=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E6FF is #571900. Grayscale: #D6D6D6. Windows color (decimal): -5708033 or 16770728. OLE color: 16770728.
HSL color Cylindrical-coordinate representation of color #A8E6FF: hue angle of 197.24º 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 #A8E6FF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 230 | 255 | - |
| CMYK | 0.34 | 0.10 | 0 | 0 |
| HSL | 197.24º | 1% | 0.83% | - |
| HSV(B) | 197.24º | 0.34% | 1% | - |
| XYZ | 62.5 | 72.14 | 105.24 | - |
| YUV | 214.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 255 | 0.34 | 0.10 | 0 | 0 | 197.24 | 1 | 0.83 |
| Hex | A8 | E6 | FF | 22 | A | 0 | 0 | C5 | 64 | 53 |
| Octal | 250 | 346 | 377 | 42 | 12 | 0 | 0 | 305 | 144 | 123 |
| Binary | 10101000 | 11100110 | 11111111 | 100010 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010011 |
Color Harmonies of #A8E6FF
Complementary color
Monochromatic Colors of #A8E6FF
Black with #A8E6FF
Text Example
Text Example
White with #A8E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E6FF; }
p { color: rgb(168,230,255); }
H1.HeaderClassName
{
color: #A8E6FF;
}
.AnyTagClassName
{
color: #A8E6FF;
}
</style>
background-color css
<style>
a { background-color: #A8E6FF; }
a { background-color: rgb(168,230,255); }
div.DivClassName
{
background-color: #A8E6FF;
}
.BgClassName
{
background-color: #A8E6FF;
}
</style>
border-color css
<style>
span { border-color: #A8E6FF; }
span { border-color: rgb(168,230,255); }
td.TdClassName
{
border-color: #A8E6FF;
}
.TagClassName
{
border-color: #A8E6FF;
}
</style>