#86EEFC

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

Shades of Electric Blue #86EEFC

Tints of Electric Blue #86EEFC

Color information

#86EEFC (or 0x86EEFC) is unknown color: approx Electric Blue. HEX triplet: 86, EE and FC. RGB value is (134,238,252). Sum of RGB (Red+Green+Blue) = 134+238+252=624 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.47% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #86EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEFC is #791103. Grayscale: #D0D0D0. Windows color (decimal): -7934212 or 16576134. OLE color: 16576134.

HSL color Cylindrical-coordinate representation of color #86EEFC: hue angle of 187.12º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86EEFC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134238252-
CMYK0.470.0600.01
HSL187.12º95.16%75.69%-
HSV(B)187.12º46.83%98.82%-
XYZ57.9873.25103.18-
YUV208.5152.5474.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.47%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=21.47%
G=38.14%
B=40.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342382520.470.0600.01187.1295.1675.69
Hex86EEFC2F601bb5f4c
Octal20635637457601273137114
Binary100001101110111011111100101111110011011101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,252); }

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

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

 a { background-color: rgb(134,238,252); }

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

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

 span { border-color: rgb(134,238,252); }

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