#86E3F0

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

Shades of Sky Blue #86E3F0

Tints of Sky Blue #86E3F0

Color information

#86E3F0 (or 0x86E3F0) is unknown color: approx Sky Blue. HEX triplet: 86, E3 and F0. RGB value is (134,227,240). Sum of RGB (Red+Green+Blue) = 134+227+240=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #86E3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E3F0 is #791C0F. Grayscale: #C8C8C8. Windows color (decimal): -7937040 or 15786886. OLE color: 15786886.

HSL color Cylindrical-coordinate representation of color #86E3F0: hue angle of 187.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E3F0 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134227240-
CMYK0.440.0500.06
HSL187.36º77.94%73.33%-
HSV(B)187.36º44.17%94.12%-
XYZ53.0366.392.44-
YUV200.68150.1980.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 227 (89.06% from 255) = 37.77%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=22.30%
G=37.77%
B=39.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342272400.440.0500.06187.3677.9473.33
Hex86E3F02C506bb4e49
Octal20634336054506273116111
Binary10000110111000111111000010110010101101011101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,240); }

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

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

 a { background-color: rgb(134,227,240); }

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

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

 span { border-color: rgb(134,227,240); }

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