Shades of Columbia Blue #8FE2FA
Tints of Columbia Blue #8FE2FA
RGB
CMYK
RGB Variations
Color information
#8FE2FA (or 0x8FE2FA) is known color: Columbia Blue. HEX triplet: 8F, E2 and FA. RGB value is (143,226,250). Sum of RGB (Red+Green+Blue) = 143+226+250=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2FA is #701D05. Grayscale: #CBCBCB. Windows color (decimal): -7347462 or 16441999. OLE color: 16441999.
HSL color Cylindrical-coordinate representation of color #8FE2FA: hue angle of 193.46º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE2FA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 226 | 250 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.02 |
| HSL | 193.46º | 0.91% | 0.77% | - |
| HSV(B) | 193.46º | 0.43% | 0.98% | - |
| XYZ | 55.78 | 67.13 | 100.46 | - |
| YUV | 203.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 250 | 0.43 | 0.10 | 0 | 0.02 | 193.46 | 0.91 | 0.77 |
| Hex | 8F | E2 | FA | 2B | A | 0 | 2 | C1 | 5B | 4D |
| Octal | 217 | 342 | 372 | 53 | 12 | 0 | 2 | 301 | 133 | 115 |
| Binary | 10001111 | 11100010 | 11111010 | 101011 | 1010 | 0 | 10 | 11000001 | 1011011 | 1001101 |
Color Harmonies of #8FE2FA
Complementary color
Monochromatic Colors of #8FE2FA
Black with #8FE2FA
Text Example
Text Example
White with #8FE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2FA; }
p { color: rgb(143,226,250); }
H1.HeaderClassName
{
color: #8FE2FA;
}
.AnyTagClassName
{
color: #8FE2FA;
}
</style>
background-color css
<style>
a { background-color: #8FE2FA; }
a { background-color: rgb(143,226,250); }
div.DivClassName
{
background-color: #8FE2FA;
}
.BgClassName
{
background-color: #8FE2FA;
}
</style>
border-color css
<style>
span { border-color: #8FE2FA; }
span { border-color: rgb(143,226,250); }
td.TdClassName
{
border-color: #8FE2FA;
}
.TagClassName
{
border-color: #8FE2FA;
}
</style>