Shades of Columbia Blue #8FE4FE
Tints of Columbia Blue #8FE4FE
RGB
CMYK
RGB Variations
Color information
#8FE4FE (or 0x8FE4FE) is known color: Columbia Blue. HEX triplet: 8F, E4 and FE. RGB value is (143,228,254). Sum of RGB (Red+Green+Blue) = 143+228+254=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4FE is #701B01. Grayscale: #CDCDCD. Windows color (decimal): -7346946 or 16704655. OLE color: 16704655.
HSL color Cylindrical-coordinate representation of color #8FE4FE: hue angle of 194.05º 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 #8FE4FE is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 228 | 254 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.00 |
| HSL | 194.05º | 0.98% | 0.78% | - |
| HSV(B) | 194.05º | 0.44% | 1% | - |
| XYZ | 56.96 | 68.48 | 103.98 | - |
| YUV | 205.55 | 155.34 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 254 | 0.44 | 0.10 | 0 | 0.00 | 194.05 | 0.98 | 0.78 |
| Hex | 8F | E4 | FE | 2C | A | 0 | 0 | C2 | 62 | 4E |
| Octal | 217 | 344 | 376 | 54 | 12 | 0 | 0 | 302 | 142 | 116 |
| Binary | 10001111 | 11100100 | 11111110 | 101100 | 1010 | 0 | 0 | 11000010 | 1100010 | 1001110 |
Color Harmonies of #8FE4FE
Complementary color
Monochromatic Colors of #8FE4FE
Black with #8FE4FE
Text Example
Text Example
White with #8FE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE4FE; }
p { color: rgb(143,228,254); }
H1.HeaderClassName
{
color: #8FE4FE;
}
.AnyTagClassName
{
color: #8FE4FE;
}
</style>
background-color css
<style>
a { background-color: #8FE4FE; }
a { background-color: rgb(143,228,254); }
div.DivClassName
{
background-color: #8FE4FE;
}
.BgClassName
{
background-color: #8FE4FE;
}
</style>
border-color css
<style>
span { border-color: #8FE4FE; }
span { border-color: rgb(143,228,254); }
td.TdClassName
{
border-color: #8FE4FE;
}
.TagClassName
{
border-color: #8FE4FE;
}
</style>