Shades of Columbia Blue #8FE1FB
Tints of Columbia Blue #8FE1FB
RGB
CMYK
RGB Variations
Color information
#8FE1FB (or 0x8FE1FB) is known color: Columbia Blue. HEX triplet: 8F, E1 and FB. RGB value is (143,225,251). Sum of RGB (Red+Green+Blue) = 143+225+251=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1FB is #701E04. Grayscale: #CBCBCB. Windows color (decimal): -7347717 or 16507279. OLE color: 16507279.
HSL color Cylindrical-coordinate representation of color #8FE1FB: hue angle of 194.44º 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 #8FE1FB is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 225 | 251 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.02 |
| HSL | 194.44º | 0.93% | 0.77% | - |
| HSV(B) | 194.44º | 0.43% | 0.98% | - |
| XYZ | 55.67 | 66.66 | 101.2 | - |
| YUV | 203.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 251 | 0.43 | 0.10 | 0 | 0.02 | 194.44 | 0.93 | 0.77 |
| Hex | 8F | E1 | FB | 2B | A | 0 | 2 | C2 | 5D | 4D |
| Octal | 217 | 341 | 373 | 53 | 12 | 0 | 2 | 302 | 135 | 115 |
| Binary | 10001111 | 11100001 | 11111011 | 101011 | 1010 | 0 | 10 | 11000010 | 1011101 | 1001101 |
Color Harmonies of #8FE1FB
Complementary color
Monochromatic Colors of #8FE1FB
Black with #8FE1FB
Text Example
Text Example
White with #8FE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1FB; }
p { color: rgb(143,225,251); }
H1.HeaderClassName
{
color: #8FE1FB;
}
.AnyTagClassName
{
color: #8FE1FB;
}
</style>
background-color css
<style>
a { background-color: #8FE1FB; }
a { background-color: rgb(143,225,251); }
div.DivClassName
{
background-color: #8FE1FB;
}
.BgClassName
{
background-color: #8FE1FB;
}
</style>
border-color css
<style>
span { border-color: #8FE1FB; }
span { border-color: rgb(143,225,251); }
td.TdClassName
{
border-color: #8FE1FB;
}
.TagClassName
{
border-color: #8FE1FB;
}
</style>