Shades of Columbia Blue #A8DCFA
Tints of Columbia Blue #A8DCFA
RGB
CMYK
RGB Variations
Color information
#A8DCFA (or 0xA8DCFA) is known color: Columbia Blue. HEX triplet: A8, DC and FA. RGB value is (168,220,250). Sum of RGB (Red+Green+Blue) = 168+220+250=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFA is #572305. Grayscale: #CFCFCF. Windows color (decimal): -5710598 or 16440488. OLE color: 16440488.
HSL color Cylindrical-coordinate representation of color #A8DCFA: hue angle of 201.95º 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 #A8DCFA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 220 | 250 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.02 |
| HSL | 201.95º | 0.89% | 0.82% | - |
| HSV(B) | 201.95º | 0.33% | 0.98% | - |
| XYZ | 59 | 66.41 | 100.15 | - |
| YUV | 207.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 250 | 0.33 | 0.12 | 0 | 0.02 | 201.95 | 0.89 | 0.82 |
| Hex | A8 | DC | FA | 21 | C | 0 | 2 | CA | 59 | 52 |
| Octal | 250 | 334 | 372 | 41 | 14 | 0 | 2 | 312 | 131 | 122 |
| Binary | 10101000 | 11011100 | 11111010 | 100001 | 1100 | 0 | 10 | 11001010 | 1011001 | 1010010 |
Color Harmonies of #A8DCFA
Complementary color
Monochromatic Colors of #A8DCFA
Black with #A8DCFA
Text Example
Text Example
White with #A8DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCFA; }
p { color: rgb(168,220,250); }
H1.HeaderClassName
{
color: #A8DCFA;
}
.AnyTagClassName
{
color: #A8DCFA;
}
</style>
background-color css
<style>
a { background-color: #A8DCFA; }
a { background-color: rgb(168,220,250); }
div.DivClassName
{
background-color: #A8DCFA;
}
.BgClassName
{
background-color: #A8DCFA;
}
</style>
border-color css
<style>
span { border-color: #A8DCFA; }
span { border-color: rgb(168,220,250); }
td.TdClassName
{
border-color: #A8DCFA;
}
.TagClassName
{
border-color: #A8DCFA;
}
</style>