Shades of Columbia Blue #A8E2F9
Tints of Columbia Blue #A8E2F9
RGB
CMYK
RGB Variations
Color information
#A8E2F9 (or 0xA8E2F9) is known color: Columbia Blue. HEX triplet: A8, E2 and F9. RGB value is (168,226,249). Sum of RGB (Red+Green+Blue) = 168+226+249=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2F9 is #571D06. Grayscale: #D3D3D3. Windows color (decimal): -5709063 or 16376488. OLE color: 16376488.
HSL color Cylindrical-coordinate representation of color #A8E2F9: hue angle of 197.04º degrees, saturation: 0.87, 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 #A8E2F9 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 226 | 249 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.02 |
| HSL | 197.04º | 0.87% | 0.82% | - |
| HSV(B) | 197.04º | 0.33% | 0.98% | - |
| XYZ | 60.44 | 69.56 | 99.86 | - |
| YUV | 211.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 249 | 0.33 | 0.09 | 0 | 0.02 | 197.04 | 0.87 | 0.82 |
| Hex | A8 | E2 | F9 | 21 | 9 | 0 | 2 | C5 | 57 | 52 |
| Octal | 250 | 342 | 371 | 41 | 11 | 0 | 2 | 305 | 127 | 122 |
| Binary | 10101000 | 11100010 | 11111001 | 100001 | 1001 | 0 | 10 | 11000101 | 1010111 | 1010010 |
Color Harmonies of #A8E2F9
Complementary color
Monochromatic Colors of #A8E2F9
Black with #A8E2F9
Text Example
Text Example
White with #A8E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2F9; }
p { color: rgb(168,226,249); }
H1.HeaderClassName
{
color: #A8E2F9;
}
.AnyTagClassName
{
color: #A8E2F9;
}
</style>
background-color css
<style>
a { background-color: #A8E2F9; }
a { background-color: rgb(168,226,249); }
div.DivClassName
{
background-color: #A8E2F9;
}
.BgClassName
{
background-color: #A8E2F9;
}
</style>
border-color css
<style>
span { border-color: #A8E2F9; }
span { border-color: rgb(168,226,249); }
td.TdClassName
{
border-color: #A8E2F9;
}
.TagClassName
{
border-color: #A8E2F9;
}
</style>