Shades of Electric Blue #8CF6FF
Tints of Electric Blue #8CF6FF
RGB
CMYK
RGB Variations
Color information
#8CF6FF (or 0x8CF6FF) is known color: Electric Blue. HEX triplet: 8C, F6 and FF. RGB value is (140,246,255). Sum of RGB (Red+Green+Blue) = 140+246+255=641 (84% of max value = 765). Red value is 140 (55.08% from 255 or 21.84% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF6FF is #730900. Grayscale: #D7D7D7. Windows color (decimal): -7538945 or 16774796. OLE color: 16774796.
HSL color Cylindrical-coordinate representation of color #8CF6FF: hue angle of 184.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CF6FF is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 246 | 255 | - |
| CMYK | 0.45 | 0.04 | 0 | 0 |
| HSL | 184.7º | 1% | 0.77% | - |
| HSV(B) | 184.7º | 0.45% | 1% | - |
| XYZ | 61.82 | 78.71 | 106.54 | - |
| YUV | 215.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 246 | 255 | 0.45 | 0.04 | 0 | 0 | 184.7 | 1 | 0.77 |
| Hex | 8C | F6 | FF | 2D | 4 | 0 | 0 | B9 | 64 | 4D |
| Octal | 214 | 366 | 377 | 55 | 4 | 0 | 0 | 271 | 144 | 115 |
| Binary | 10001100 | 11110110 | 11111111 | 101101 | 100 | 0 | 0 | 10111001 | 1100100 | 1001101 |
Color Harmonies of #8CF6FF
Complementary color
Monochromatic Colors of #8CF6FF
Black with #8CF6FF
Text Example
Text Example
White with #8CF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF6FF; }
p { color: rgb(140,246,255); }
H1.HeaderClassName
{
color: #8CF6FF;
}
.AnyTagClassName
{
color: #8CF6FF;
}
</style>
background-color css
<style>
a { background-color: #8CF6FF; }
a { background-color: rgb(140,246,255); }
div.DivClassName
{
background-color: #8CF6FF;
}
.BgClassName
{
background-color: #8CF6FF;
}
</style>
border-color css
<style>
span { border-color: #8CF6FF; }
span { border-color: rgb(140,246,255); }
td.TdClassName
{
border-color: #8CF6FF;
}
.TagClassName
{
border-color: #8CF6FF;
}
</style>