Shades of Columbia Blue #8FE5FE
Tints of Columbia Blue #8FE5FE
RGB
CMYK
RGB Variations
Color information
#8FE5FE (or 0x8FE5FE) is known color: Columbia Blue. HEX triplet: 8F, E5 and FE. RGB value is (143,229,254). Sum of RGB (Red+Green+Blue) = 143+229+254=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5FE is #701A01. Grayscale: #CDCDCD. Windows color (decimal): -7346690 or 16704911. OLE color: 16704911.
HSL color Cylindrical-coordinate representation of color #8FE5FE: hue angle of 193.51º 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 #8FE5FE is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 229 | 254 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.00 |
| HSL | 193.51º | 0.98% | 0.78% | - |
| HSV(B) | 193.51º | 0.44% | 1% | - |
| XYZ | 57.24 | 69.03 | 104.07 | - |
| YUV | 206.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 254 | 0.44 | 0.10 | 0 | 0.00 | 193.51 | 0.98 | 0.78 |
| Hex | 8F | E5 | FE | 2C | A | 0 | 0 | C2 | 62 | 4E |
| Octal | 217 | 345 | 376 | 54 | 12 | 0 | 0 | 302 | 142 | 116 |
| Binary | 10001111 | 11100101 | 11111110 | 101100 | 1010 | 0 | 0 | 11000010 | 1100010 | 1001110 |
Color Harmonies of #8FE5FE
Complementary color
Monochromatic Colors of #8FE5FE
Black with #8FE5FE
Text Example
Text Example
White with #8FE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5FE; }
p { color: rgb(143,229,254); }
H1.HeaderClassName
{
color: #8FE5FE;
}
.AnyTagClassName
{
color: #8FE5FE;
}
</style>
background-color css
<style>
a { background-color: #8FE5FE; }
a { background-color: rgb(143,229,254); }
div.DivClassName
{
background-color: #8FE5FE;
}
.BgClassName
{
background-color: #8FE5FE;
}
</style>
border-color css
<style>
span { border-color: #8FE5FE; }
span { border-color: rgb(143,229,254); }
td.TdClassName
{
border-color: #8FE5FE;
}
.TagClassName
{
border-color: #8FE5FE;
}
</style>