#86D3EC

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

Shades of Sky Blue #86D3EC

Tints of Sky Blue #86D3EC

Color information

#86D3EC (or 0x86D3EC) is unknown color: approx Sky Blue. HEX triplet: 86, D3 and EC. RGB value is (134,211,236). Sum of RGB (Red+Green+Blue) = 134+211+236=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #86D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D3EC is #792C13. Grayscale: #BEBEBE. Windows color (decimal): -7941140 or 15520646. OLE color: 15520646.

HSL color Cylindrical-coordinate representation of color #86D3EC: hue angle of 194.71º 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 #86D3EC is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134211236-
CMYK0.430.1100.07
HSL194.71º72.86%72.55%-
HSV(B)194.71º43.22%92.55%-
XYZ48.2757.7187.95-
YUV190.83153.4987.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=23.06%
G=36.32%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342112360.430.1100.07194.7172.8672.55
Hex86D3EC2BB07c34949
Octal206323354531307303111111
Binary100001101101001111101100101011101101111100001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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