Shades of Columbia Blue #8FE0FE
Tints of Columbia Blue #8FE0FE
RGB
CMYK
RGB Variations
Color information
#8FE0FE (or 0x8FE0FE) is known color: Columbia Blue. HEX triplet: 8F, E0 and FE. RGB value is (143,224,254). Sum of RGB (Red+Green+Blue) = 143+224+254=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0FE is #701F01. Grayscale: #CBCBCB. Windows color (decimal): -7347970 or 16703631. OLE color: 16703631.
HSL color Cylindrical-coordinate representation of color #8FE0FE: hue angle of 196.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FE0FE is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 224 | 254 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.00 |
| HSL | 196.22º | 0.98% | 0.78% | - |
| HSV(B) | 196.22º | 0.44% | 1% | - |
| XYZ | 55.87 | 66.31 | 103.62 | - |
| YUV | 203.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 254 | 0.44 | 0.12 | 0 | 0.00 | 196.22 | 0.98 | 0.78 |
| Hex | 8F | E0 | FE | 2C | C | 0 | 0 | C4 | 62 | 4E |
| Octal | 217 | 340 | 376 | 54 | 14 | 0 | 0 | 304 | 142 | 116 |
| Binary | 10001111 | 11100000 | 11111110 | 101100 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001110 |
Color Harmonies of #8FE0FE
Complementary color
Monochromatic Colors of #8FE0FE
Black with #8FE0FE
Text Example
Text Example
White with #8FE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0FE; }
p { color: rgb(143,224,254); }
H1.HeaderClassName
{
color: #8FE0FE;
}
.AnyTagClassName
{
color: #8FE0FE;
}
</style>
background-color css
<style>
a { background-color: #8FE0FE; }
a { background-color: rgb(143,224,254); }
div.DivClassName
{
background-color: #8FE0FE;
}
.BgClassName
{
background-color: #8FE0FE;
}
</style>
border-color css
<style>
span { border-color: #8FE0FE; }
span { border-color: rgb(143,224,254); }
td.TdClassName
{
border-color: #8FE0FE;
}
.TagClassName
{
border-color: #8FE0FE;
}
</style>