Shades of Columbia Blue #A8E2FC
Tints of Columbia Blue #A8E2FC
RGB
CMYK
RGB Variations
Color information
#A8E2FC (or 0xA8E2FC) is known color: Columbia Blue. HEX triplet: A8, E2 and FC. RGB value is (168,226,252). Sum of RGB (Red+Green+Blue) = 168+226+252=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2FC is #571D03. Grayscale: #D3D3D3. Windows color (decimal): -5709060 or 16573096. OLE color: 16573096.
HSL color Cylindrical-coordinate representation of color #A8E2FC: hue angle of 198.57º 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 #A8E2FC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 226 | 252 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.01 |
| HSL | 198.57º | 0.93% | 0.82% | - |
| HSV(B) | 198.57º | 0.33% | 0.99% | - |
| XYZ | 60.92 | 69.75 | 102.35 | - |
| YUV | 211.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 252 | 0.33 | 0.10 | 0 | 0.01 | 198.57 | 0.93 | 0.82 |
| Hex | A8 | E2 | FC | 21 | A | 0 | 1 | C7 | 5D | 52 |
| Octal | 250 | 342 | 374 | 41 | 12 | 0 | 1 | 307 | 135 | 122 |
| Binary | 10101000 | 11100010 | 11111100 | 100001 | 1010 | 0 | 1 | 11000111 | 1011101 | 1010010 |
Color Harmonies of #A8E2FC
Complementary color
Monochromatic Colors of #A8E2FC
Black with #A8E2FC
Text Example
Text Example
White with #A8E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2FC; }
p { color: rgb(168,226,252); }
H1.HeaderClassName
{
color: #A8E2FC;
}
.AnyTagClassName
{
color: #A8E2FC;
}
</style>
background-color css
<style>
a { background-color: #A8E2FC; }
a { background-color: rgb(168,226,252); }
div.DivClassName
{
background-color: #A8E2FC;
}
.BgClassName
{
background-color: #A8E2FC;
}
</style>
border-color css
<style>
span { border-color: #A8E2FC; }
span { border-color: rgb(168,226,252); }
td.TdClassName
{
border-color: #A8E2FC;
}
.TagClassName
{
border-color: #A8E2FC;
}
</style>