#86EFFB

Color #86EFFB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #86EFFB

Tints of Electric Blue #86EFFB

Color information

#86EFFB (or 0x86EFFB) is unknown color: approx Electric Blue. HEX triplet: 86, EF and FB. RGB value is (134,239,251). Sum of RGB (Red+Green+Blue) = 134+239+251=624 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.47% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #86EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EFFB is #791004. Grayscale: #D0D0D0. Windows color (decimal): -7933957 or 16510854. OLE color: 16510854.

HSL color Cylindrical-coordinate representation of color #86EFFB: hue angle of 186.15º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86EFFB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134239251-
CMYK0.470.0500.02
HSL186.15º93.6%75.49%-
HSV(B)186.15º46.61%98.43%-
XYZ58.1173.77102.44-
YUV208.97151.7174.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 21.47%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=21.47%
G=38.30%
B=40.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342392510.470.0500.02186.1593.675.49
Hex86EFFB2F502ba5e4b
Octal20635737357502272136113
Binary1000011011101111111110111011111010101011101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EFFB; }

 p { color: rgb(134,239,251); }

 H1.HeaderClassName
 {
   color: #86EFFB;
 }
 .AnyTagClassName
 {
   color: #86EFFB;
 }
</style>
background-color css

<style>
 a { background-color: #86EFFB; }

 a { background-color: rgb(134,239,251); }

 div.DivClassName
 {
   background-color: #86EFFB;
 }
 .BgClassName
 {
   background-color: #86EFFB;
 }
</style>
border-color css

<style>
 span { border-color: #86EFFB; }

 span { border-color: rgb(134,239,251); }

 td.TdClassName
 {
   border-color: #86EFFB;
 }
 .TagClassName
 {
   border-color: #86EFFB;
 }
</style>