#86C7EC

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

Shades of Sky Blue #86C7EC

Tints of Sky Blue #86C7EC

Color information

#86C7EC (or 0x86C7EC) is unknown color: approx Sky Blue. HEX triplet: 86, C7 and EC. RGB value is (134,199,236). Sum of RGB (Red+Green+Blue) = 134+199+236=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #86C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C7EC is #793813. Grayscale: #B7B7B7. Windows color (decimal): -7944212 or 15517574. OLE color: 15517574.

HSL color Cylindrical-coordinate representation of color #86C7EC: hue angle of 201.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86C7EC is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134199236-
CMYK0.430.1600.07
HSL201.76º72.86%72.55%-
HSV(B)201.76º43.22%92.55%-
XYZ45.451.9787-
YUV183.78157.4792.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=23.55%
G=34.97%
B=41.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341992360.430.1600.07201.7672.8672.55
Hex86C7EC2B1007ca4949
Octal206307354532007312111111
Binary1000011011000111111011001010111000001111100101010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,236); }

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

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

 a { background-color: rgb(134,199,236); }

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

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

 span { border-color: rgb(134,199,236); }

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