Shades of Columbia Blue #8FE2FB
Tints of Columbia Blue #8FE2FB
RGB
CMYK
RGB Variations
Color information
#8FE2FB (or 0x8FE2FB) is known color: Columbia Blue. HEX triplet: 8F, E2 and FB. RGB value is (143,226,251). Sum of RGB (Red+Green+Blue) = 143+226+251=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2FB is #701D04. Grayscale: #CBCBCB. Windows color (decimal): -7347461 or 16507535. OLE color: 16507535.
HSL color Cylindrical-coordinate representation of color #8FE2FB: hue angle of 193.89º degrees, saturation: 0.93, 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 #8FE2FB is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 226 | 251 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.02 |
| HSL | 193.89º | 0.93% | 0.77% | - |
| HSV(B) | 193.89º | 0.43% | 0.98% | - |
| XYZ | 55.94 | 67.2 | 101.29 | - |
| YUV | 204.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 251 | 0.43 | 0.10 | 0 | 0.02 | 193.89 | 0.93 | 0.77 |
| Hex | 8F | E2 | FB | 2B | A | 0 | 2 | C2 | 5D | 4D |
| Octal | 217 | 342 | 373 | 53 | 12 | 0 | 2 | 302 | 135 | 115 |
| Binary | 10001111 | 11100010 | 11111011 | 101011 | 1010 | 0 | 10 | 11000010 | 1011101 | 1001101 |
Color Harmonies of #8FE2FB
Complementary color
Monochromatic Colors of #8FE2FB
Black with #8FE2FB
Text Example
Text Example
White with #8FE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2FB; }
p { color: rgb(143,226,251); }
H1.HeaderClassName
{
color: #8FE2FB;
}
.AnyTagClassName
{
color: #8FE2FB;
}
</style>
background-color css
<style>
a { background-color: #8FE2FB; }
a { background-color: rgb(143,226,251); }
div.DivClassName
{
background-color: #8FE2FB;
}
.BgClassName
{
background-color: #8FE2FB;
}
</style>
border-color css
<style>
span { border-color: #8FE2FB; }
span { border-color: rgb(143,226,251); }
td.TdClassName
{
border-color: #8FE2FB;
}
.TagClassName
{
border-color: #8FE2FB;
}
</style>