Shades of Columbia Blue #A8E0FA
Tints of Columbia Blue #A8E0FA
RGB
CMYK
RGB Variations
Color information
#A8E0FA (or 0xA8E0FA) is known color: Columbia Blue. HEX triplet: A8, E0 and FA. RGB value is (168,224,250). Sum of RGB (Red+Green+Blue) = 168+224+250=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E0FA is #571F05. Grayscale: #D2D2D2. Windows color (decimal): -5709574 or 16441512. OLE color: 16441512.
HSL color Cylindrical-coordinate representation of color #A8E0FA: hue angle of 199.02º degrees, saturation: 0.89, 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 #A8E0FA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 224 | 250 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.02 |
| HSL | 199.02º | 0.89% | 0.82% | - |
| HSV(B) | 199.02º | 0.33% | 0.98% | - |
| XYZ | 60.06 | 68.54 | 100.51 | - |
| YUV | 210.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 250 | 0.33 | 0.10 | 0 | 0.02 | 199.02 | 0.89 | 0.82 |
| Hex | A8 | E0 | FA | 21 | A | 0 | 2 | C7 | 59 | 52 |
| Octal | 250 | 340 | 372 | 41 | 12 | 0 | 2 | 307 | 131 | 122 |
| Binary | 10101000 | 11100000 | 11111010 | 100001 | 1010 | 0 | 10 | 11000111 | 1011001 | 1010010 |
Color Harmonies of #A8E0FA
Complementary color
Monochromatic Colors of #A8E0FA
Black with #A8E0FA
Text Example
Text Example
White with #A8E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0FA; }
p { color: rgb(168,224,250); }
H1.HeaderClassName
{
color: #A8E0FA;
}
.AnyTagClassName
{
color: #A8E0FA;
}
</style>
background-color css
<style>
a { background-color: #A8E0FA; }
a { background-color: rgb(168,224,250); }
div.DivClassName
{
background-color: #A8E0FA;
}
.BgClassName
{
background-color: #A8E0FA;
}
</style>
border-color css
<style>
span { border-color: #A8E0FA; }
span { border-color: rgb(168,224,250); }
td.TdClassName
{
border-color: #A8E0FA;
}
.TagClassName
{
border-color: #A8E0FA;
}
</style>