#86D6EB

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

Shades of Sky Blue #86D6EB

Tints of Sky Blue #86D6EB

Color information

#86D6EB (or 0x86D6EB) is unknown color: approx Sky Blue. HEX triplet: 86, D6 and EB. RGB value is (134,214,235). Sum of RGB (Red+Green+Blue) = 134+214+235=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #86D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D6EB is #792914. Grayscale: #C0C0C0. Windows color (decimal): -7940373 or 15455878. OLE color: 15455878.

HSL color Cylindrical-coordinate representation of color #86D6EB: hue angle of 192.48º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D6EB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134214235-
CMYK0.430.0900.08
HSL192.48º71.63%72.35%-
HSV(B)192.48º42.98%92.16%-
XYZ48.8759.1687.44-
YUV192.4715286.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.98%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=22.98%
G=36.71%
B=40.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342142350.430.0900.08192.4871.6372.35
Hex86D6EB2B908c04848
Octal2063263535311010300110110
Binary1000011011010110111010111010111001010001100000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,235); }

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

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

 a { background-color: rgb(134,214,235); }

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

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

 span { border-color: rgb(134,214,235); }

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