Shades of Columbia Blue #8FE1FE
Tints of Columbia Blue #8FE1FE
RGB
CMYK
RGB Variations
Color information
#8FE1FE (or 0x8FE1FE) is known color: Columbia Blue. HEX triplet: 8F, E1 and FE. RGB value is (143,225,254). Sum of RGB (Red+Green+Blue) = 143+225+254=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1FE is #701E01. Grayscale: #CBCBCB. Windows color (decimal): -7347714 or 16703887. OLE color: 16703887.
HSL color Cylindrical-coordinate representation of color #8FE1FE: hue angle of 195.68º 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 #8FE1FE is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 225 | 254 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.00 |
| HSL | 195.68º | 0.98% | 0.78% | - |
| HSV(B) | 195.68º | 0.44% | 1% | - |
| XYZ | 56.14 | 66.85 | 103.71 | - |
| YUV | 203.79 | 156.33 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 254 | 0.44 | 0.11 | 0 | 0.00 | 195.68 | 0.98 | 0.78 |
| Hex | 8F | E1 | FE | 2C | B | 0 | 0 | C4 | 62 | 4E |
| Octal | 217 | 341 | 376 | 54 | 13 | 0 | 0 | 304 | 142 | 116 |
| Binary | 10001111 | 11100001 | 11111110 | 101100 | 1011 | 0 | 0 | 11000100 | 1100010 | 1001110 |
Color Harmonies of #8FE1FE
Complementary color
Monochromatic Colors of #8FE1FE
Black with #8FE1FE
Text Example
Text Example
White with #8FE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1FE; }
p { color: rgb(143,225,254); }
H1.HeaderClassName
{
color: #8FE1FE;
}
.AnyTagClassName
{
color: #8FE1FE;
}
</style>
background-color css
<style>
a { background-color: #8FE1FE; }
a { background-color: rgb(143,225,254); }
div.DivClassName
{
background-color: #8FE1FE;
}
.BgClassName
{
background-color: #8FE1FE;
}
</style>
border-color css
<style>
span { border-color: #8FE1FE; }
span { border-color: rgb(143,225,254); }
td.TdClassName
{
border-color: #8FE1FE;
}
.TagClassName
{
border-color: #8FE1FE;
}
</style>