Shades of Columbia Blue #8FE6FB
Tints of Columbia Blue #8FE6FB
RGB
CMYK
RGB Variations
Color information
#8FE6FB (or 0x8FE6FB) is known color: Columbia Blue. HEX triplet: 8F, E6 and FB. RGB value is (143,230,251). Sum of RGB (Red+Green+Blue) = 143+230+251=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FB is #701904. Grayscale: #CECECE. Windows color (decimal): -7346437 or 16508559. OLE color: 16508559.
HSL color Cylindrical-coordinate representation of color #8FE6FB: hue angle of 191.67º 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 #8FE6FB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 230 | 251 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.02 |
| HSL | 191.67º | 0.93% | 0.77% | - |
| HSV(B) | 191.67º | 0.43% | 0.98% | - |
| XYZ | 57.04 | 69.4 | 101.66 | - |
| YUV | 206.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 251 | 0.43 | 0.08 | 0 | 0.02 | 191.67 | 0.93 | 0.77 |
| Hex | 8F | E6 | FB | 2B | 8 | 0 | 2 | C0 | 5D | 4D |
| Octal | 217 | 346 | 373 | 53 | 10 | 0 | 2 | 300 | 135 | 115 |
| Binary | 10001111 | 11100110 | 11111011 | 101011 | 1000 | 0 | 10 | 11000000 | 1011101 | 1001101 |
Color Harmonies of #8FE6FB
Complementary color
Monochromatic Colors of #8FE6FB
Black with #8FE6FB
Text Example
Text Example
White with #8FE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6FB; }
p { color: rgb(143,230,251); }
H1.HeaderClassName
{
color: #8FE6FB;
}
.AnyTagClassName
{
color: #8FE6FB;
}
</style>
background-color css
<style>
a { background-color: #8FE6FB; }
a { background-color: rgb(143,230,251); }
div.DivClassName
{
background-color: #8FE6FB;
}
.BgClassName
{
background-color: #8FE6FB;
}
</style>
border-color css
<style>
span { border-color: #8FE6FB; }
span { border-color: rgb(143,230,251); }
td.TdClassName
{
border-color: #8FE6FB;
}
.TagClassName
{
border-color: #8FE6FB;
}
</style>