#86EAFF

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

Shades of Electric Blue #86EAFF

Tints of Electric Blue #86EAFF

Color information

#86EAFF (or 0x86EAFF) is unknown color: approx Electric Blue. HEX triplet: 86, EA and FF. RGB value is (134,234,255). Sum of RGB (Red+Green+Blue) = 134+234+255=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #86EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EAFF is #791500. Grayscale: #CECECE. Windows color (decimal): -7935233 or 16771718. OLE color: 16771718.

HSL color Cylindrical-coordinate representation of color #86EAFF: hue angle of 190.41º 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 #86EAFF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB134234255-
CMYK0.470.0800
HSL190.41º100%76.27%-
HSV(B)190.41º47.45%100%-
XYZ57.371.13105.32-
YUV206.49155.3776.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.51%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 255 (100% from 255) = 40.93%
R=21.51%
G=37.56%
B=40.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342342550.470.0800190.4110076.27
Hex86EAFF2F800be644c
Octal206352377571000276144114
Binary1000011011101010111111111011111000001011111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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