Shades of Electric Blue #8FF6FF
Tints of Electric Blue #8FF6FF
RGB
CMYK
RGB Variations
Color information
#8FF6FF (or 0x8FF6FF) is known color: Electric Blue. HEX triplet: 8F, F6 and FF. RGB value is (143,246,255). Sum of RGB (Red+Green+Blue) = 143+246+255=644 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.20% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6FF is #700900. Grayscale: #D8D8D8. Windows color (decimal): -7342337 or 16774799. OLE color: 16774799.
HSL color Cylindrical-coordinate representation of color #8FF6FF: hue angle of 184.82º 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 #8FF6FF is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 246 | 255 | - |
| CMYK | 0.44 | 0.04 | 0 | 0 |
| HSL | 184.82º | 1% | 0.78% | - |
| HSV(B) | 184.82º | 0.44% | 1% | - |
| XYZ | 62.33 | 78.97 | 106.57 | - |
| YUV | 216.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 246 | 255 | 0.44 | 0.04 | 0 | 0 | 184.82 | 1 | 0.78 |
| Hex | 8F | F6 | FF | 2C | 4 | 0 | 0 | B9 | 64 | 4E |
| Octal | 217 | 366 | 377 | 54 | 4 | 0 | 0 | 271 | 144 | 116 |
| Binary | 10001111 | 11110110 | 11111111 | 101100 | 100 | 0 | 0 | 10111001 | 1100100 | 1001110 |
Color Harmonies of #8FF6FF
Complementary color
Monochromatic Colors of #8FF6FF
Black with #8FF6FF
Text Example
Text Example
White with #8FF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF6FF; }
p { color: rgb(143,246,255); }
H1.HeaderClassName
{
color: #8FF6FF;
}
.AnyTagClassName
{
color: #8FF6FF;
}
</style>
background-color css
<style>
a { background-color: #8FF6FF; }
a { background-color: rgb(143,246,255); }
div.DivClassName
{
background-color: #8FF6FF;
}
.BgClassName
{
background-color: #8FF6FF;
}
</style>
border-color css
<style>
span { border-color: #8FF6FF; }
span { border-color: rgb(143,246,255); }
td.TdClassName
{
border-color: #8FF6FF;
}
.TagClassName
{
border-color: #8FF6FF;
}
</style>