Shades of Columbia Blue #A8E6FC
Tints of Columbia Blue #A8E6FC
RGB
CMYK
RGB Variations
Color information
#A8E6FC (or 0xA8E6FC) is known color: Columbia Blue. HEX triplet: A8, E6 and FC. RGB value is (168,230,252). Sum of RGB (Red+Green+Blue) = 168+230+252=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E6FC is #571903. Grayscale: #D5D5D5. Windows color (decimal): -5708036 or 16574120. OLE color: 16574120.
HSL color Cylindrical-coordinate representation of color #A8E6FC: hue angle of 195.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8E6FC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 230 | 252 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.01 |
| HSL | 195.71º | 0.93% | 0.82% | - |
| HSV(B) | 195.71º | 0.33% | 0.99% | - |
| XYZ | 62.02 | 71.95 | 102.71 | - |
| YUV | 213.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 252 | 0.33 | 0.09 | 0 | 0.01 | 195.71 | 0.93 | 0.82 |
| Hex | A8 | E6 | FC | 21 | 9 | 0 | 1 | C4 | 5D | 52 |
| Octal | 250 | 346 | 374 | 41 | 11 | 0 | 1 | 304 | 135 | 122 |
| Binary | 10101000 | 11100110 | 11111100 | 100001 | 1001 | 0 | 1 | 11000100 | 1011101 | 1010010 |
Color Harmonies of #A8E6FC
Complementary color
Monochromatic Colors of #A8E6FC
Black with #A8E6FC
Text Example
Text Example
White with #A8E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E6FC; }
p { color: rgb(168,230,252); }
H1.HeaderClassName
{
color: #A8E6FC;
}
.AnyTagClassName
{
color: #A8E6FC;
}
</style>
background-color css
<style>
a { background-color: #A8E6FC; }
a { background-color: rgb(168,230,252); }
div.DivClassName
{
background-color: #A8E6FC;
}
.BgClassName
{
background-color: #A8E6FC;
}
</style>
border-color css
<style>
span { border-color: #A8E6FC; }
span { border-color: rgb(168,230,252); }
td.TdClassName
{
border-color: #A8E6FC;
}
.TagClassName
{
border-color: #A8E6FC;
}
</style>