#86EAFE

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

Shades of Electric Blue #86EAFE

Tints of Electric Blue #86EAFE

Color information

#86EAFE (or 0x86EAFE) is unknown color: approx Electric Blue. HEX triplet: 86, EA and FE. RGB value is (134,234,254). Sum of RGB (Red+Green+Blue) = 134+234+254=622 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.54% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #86EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EAFE is #791501. Grayscale: #CECECE. Windows color (decimal): -7935234 or 16706182. OLE color: 16706182.

HSL color Cylindrical-coordinate representation of color #86EAFE: hue angle of 190º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86EAFE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134234254-
CMYK0.470.0800.00
HSL190º98.36%76.08%-
HSV(B)190º47.24%99.61%-
XYZ57.1471.07104.47-
YUV206.38154.8776.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.54%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=21.54%
G=37.62%
B=40.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342342540.470.0800.0019098.3676.08
Hex86EAFE2F800be624c
Octal206352376571000276142114
Binary1000011011101010111111101011111000001011111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,234,254); }

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

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

 a { background-color: rgb(134,234,254); }

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

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

 span { border-color: rgb(134,234,254); }

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