Shades of Electric Blue #8FF1FF
Tints of Electric Blue #8FF1FF
RGB
CMYK
RGB Variations
Color information
#8FF1FF (or 0x8FF1FF) is known color: Electric Blue. HEX triplet: 8F, F1 and FF. RGB value is (143,241,255). Sum of RGB (Red+Green+Blue) = 143+241+255=639 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.38% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF1FF is #700E00. Grayscale: #D5D5D5. Windows color (decimal): -7343617 or 16773519. OLE color: 16773519.
HSL color Cylindrical-coordinate representation of color #8FF1FF: hue angle of 187.5º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FF1FF is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 241 | 255 | - |
| CMYK | 0.44 | 0.05 | 0 | 0 |
| HSL | 187.5º | 1% | 0.78% | - |
| HSV(B) | 187.5º | 0.44% | 1% | - |
| XYZ | 60.83 | 75.97 | 106.07 | - |
| YUV | 213.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 255 | 0.44 | 0.05 | 0 | 0 | 187.5 | 1 | 0.78 |
| Hex | 8F | F1 | FF | 2C | 5 | 0 | 0 | BC | 64 | 4E |
| Octal | 217 | 361 | 377 | 54 | 5 | 0 | 0 | 274 | 144 | 116 |
| Binary | 10001111 | 11110001 | 11111111 | 101100 | 101 | 0 | 0 | 10111100 | 1100100 | 1001110 |
Color Harmonies of #8FF1FF
Complementary color
Monochromatic Colors of #8FF1FF
Black with #8FF1FF
Text Example
Text Example
White with #8FF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF1FF; }
p { color: rgb(143,241,255); }
H1.HeaderClassName
{
color: #8FF1FF;
}
.AnyTagClassName
{
color: #8FF1FF;
}
</style>
background-color css
<style>
a { background-color: #8FF1FF; }
a { background-color: rgb(143,241,255); }
div.DivClassName
{
background-color: #8FF1FF;
}
.BgClassName
{
background-color: #8FF1FF;
}
</style>
border-color css
<style>
span { border-color: #8FF1FF; }
span { border-color: rgb(143,241,255); }
td.TdClassName
{
border-color: #8FF1FF;
}
.TagClassName
{
border-color: #8FF1FF;
}
</style>