Shades of Electric Blue #86F1FF
Tints of Electric Blue #86F1FF
RGB
CMYK
RGB Variations
Color information
#86F1FF (or 0x86F1FF) is known color: Electric Blue. HEX triplet: 86, F1 and FF. RGB value is (134,241,255). Sum of RGB (Red+Green+Blue) = 134+241+255=630 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.27% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #86F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1FF is #790E00. Grayscale: #D2D2D2. Windows color (decimal): -7933441 or 16773510. OLE color: 16773510.
HSL color Cylindrical-coordinate representation of color #86F1FF: hue angle of 186.94º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86F1FF is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 241 | 255 | - |
| CMYK | 0.47 | 0.05 | 0 | 0 |
| HSL | 186.94º | 1% | 0.76% | - |
| HSV(B) | 186.94º | 0.47% | 1% | - |
| XYZ | 59.34 | 75.2 | 106 | - |
| YUV | 210.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 255 | 0.47 | 0.05 | 0 | 0 | 186.94 | 1 | 0.76 |
| Hex | 86 | F1 | FF | 2F | 5 | 0 | 0 | BB | 64 | 4C |
| Octal | 206 | 361 | 377 | 57 | 5 | 0 | 0 | 273 | 144 | 114 |
| Binary | 10000110 | 11110001 | 11111111 | 101111 | 101 | 0 | 0 | 10111011 | 1100100 | 1001100 |
Color Harmonies of #86F1FF
Complementary color
Monochromatic Colors of #86F1FF
Black with #86F1FF
Text Example
Text Example
White with #86F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F1FF; }
p { color: rgb(134,241,255); }
H1.HeaderClassName
{
color: #86F1FF;
}
.AnyTagClassName
{
color: #86F1FF;
}
</style>
background-color css
<style>
a { background-color: #86F1FF; }
a { background-color: rgb(134,241,255); }
div.DivClassName
{
background-color: #86F1FF;
}
.BgClassName
{
background-color: #86F1FF;
}
</style>
border-color css
<style>
span { border-color: #86F1FF; }
span { border-color: rgb(134,241,255); }
td.TdClassName
{
border-color: #86F1FF;
}
.TagClassName
{
border-color: #86F1FF;
}
</style>