Shades of Columbia Blue #8FE7FC
Tints of Columbia Blue #8FE7FC
RGB
CMYK
RGB Variations
Color information
#8FE7FC (or 0x8FE7FC) is known color: Columbia Blue. HEX triplet: 8F, E7 and FC. RGB value is (143,231,252). Sum of RGB (Red+Green+Blue) = 143+231+252=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FE7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7FC is #701803. Grayscale: #CECECE. Windows color (decimal): -7346180 or 16574351. OLE color: 16574351.
HSL color Cylindrical-coordinate representation of color #8FE7FC: hue angle of 191.56º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE7FC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 231 | 252 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.01 |
| HSL | 191.56º | 0.95% | 0.77% | - |
| HSV(B) | 191.56º | 0.43% | 0.99% | - |
| XYZ | 57.47 | 70.02 | 102.58 | - |
| YUV | 207.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 252 | 0.43 | 0.08 | 0 | 0.01 | 191.56 | 0.95 | 0.77 |
| Hex | 8F | E7 | FC | 2B | 8 | 0 | 1 | C0 | 5F | 4D |
| Octal | 217 | 347 | 374 | 53 | 10 | 0 | 1 | 300 | 137 | 115 |
| Binary | 10001111 | 11100111 | 11111100 | 101011 | 1000 | 0 | 1 | 11000000 | 1011111 | 1001101 |
Color Harmonies of #8FE7FC
Complementary color
Monochromatic Colors of #8FE7FC
Black with #8FE7FC
Text Example
Text Example
White with #8FE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE7FC; }
p { color: rgb(143,231,252); }
H1.HeaderClassName
{
color: #8FE7FC;
}
.AnyTagClassName
{
color: #8FE7FC;
}
</style>
background-color css
<style>
a { background-color: #8FE7FC; }
a { background-color: rgb(143,231,252); }
div.DivClassName
{
background-color: #8FE7FC;
}
.BgClassName
{
background-color: #8FE7FC;
}
</style>
border-color css
<style>
span { border-color: #8FE7FC; }
span { border-color: rgb(143,231,252); }
td.TdClassName
{
border-color: #8FE7FC;
}
.TagClassName
{
border-color: #8FE7FC;
}
</style>