Shades of Columbia Blue #A8E2FB
Tints of Columbia Blue #A8E2FB
RGB
CMYK
RGB Variations
Color information
#A8E2FB (or 0xA8E2FB) is known color: Columbia Blue. HEX triplet: A8, E2 and FB. RGB value is (168,226,251). Sum of RGB (Red+Green+Blue) = 168+226+251=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8E2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2FB is #571D04. Grayscale: #D3D3D3. Windows color (decimal): -5709061 or 16507560. OLE color: 16507560.
HSL color Cylindrical-coordinate representation of color #A8E2FB: hue angle of 198.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8E2FB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 226 | 251 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.02 |
| HSL | 198.07º | 0.91% | 0.82% | - |
| HSV(B) | 198.07º | 0.33% | 0.98% | - |
| XYZ | 60.76 | 69.68 | 101.51 | - |
| YUV | 211.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 251 | 0.33 | 0.10 | 0 | 0.02 | 198.07 | 0.91 | 0.82 |
| Hex | A8 | E2 | FB | 21 | A | 0 | 2 | C6 | 5B | 52 |
| Octal | 250 | 342 | 373 | 41 | 12 | 0 | 2 | 306 | 133 | 122 |
| Binary | 10101000 | 11100010 | 11111011 | 100001 | 1010 | 0 | 10 | 11000110 | 1011011 | 1010010 |
Color Harmonies of #A8E2FB
Complementary color
Monochromatic Colors of #A8E2FB
Black with #A8E2FB
Text Example
Text Example
White with #A8E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2FB; }
p { color: rgb(168,226,251); }
H1.HeaderClassName
{
color: #A8E2FB;
}
.AnyTagClassName
{
color: #A8E2FB;
}
</style>
background-color css
<style>
a { background-color: #A8E2FB; }
a { background-color: rgb(168,226,251); }
div.DivClassName
{
background-color: #A8E2FB;
}
.BgClassName
{
background-color: #A8E2FB;
}
</style>
border-color css
<style>
span { border-color: #A8E2FB; }
span { border-color: rgb(168,226,251); }
td.TdClassName
{
border-color: #A8E2FB;
}
.TagClassName
{
border-color: #A8E2FB;
}
</style>