#86E4F0

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

Shades of Sky Blue #86E4F0

Tints of Sky Blue #86E4F0

Color information

#86E4F0 (or 0x86E4F0) is unknown color: approx Sky Blue. HEX triplet: 86, E4 and F0. RGB value is (134,228,240). Sum of RGB (Red+Green+Blue) = 134+228+240=602 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.26% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #86E4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E4F0 is #791B0F. Grayscale: #C9C9C9. Windows color (decimal): -7936784 or 15787142. OLE color: 15787142.

HSL color Cylindrical-coordinate representation of color #86E4F0: hue angle of 186.79º 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 #86E4F0 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134228240-
CMYK0.440.0500.06
HSL186.79º77.94%73.33%-
HSV(B)186.79º44.17%94.12%-
XYZ53.366.8592.53-
YUV201.26149.8680.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.26%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=22.26%
G=37.87%
B=39.87%

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
Decimal1342282400.440.0500.06186.7977.9473.33
Hex86E4F02C506bb4e49
Octal20634436054506273116111
Binary10000110111001001111000010110010101101011101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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