#86C1EC

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

Shades of Sky Blue #86C1EC

Tints of Sky Blue #86C1EC

Color information

#86C1EC (or 0x86C1EC) is unknown color: approx Sky Blue. HEX triplet: 86, C1 and EC. RGB value is (134,193,236). Sum of RGB (Red+Green+Blue) = 134+193+236=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #86C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C1EC is #793E13. Grayscale: #B4B4B4. Windows color (decimal): -7945748 or 15516038. OLE color: 15516038.

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

Color convert

RGB134193236-
CMYK0.430.1800.07
HSL205.29º72.86%72.55%-
HSV(B)205.29º43.22%92.55%-
XYZ44.0449.2686.54-
YUV180.26159.4595-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.80%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=23.80%
G=34.28%
B=41.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341932360.430.1800.07205.2972.8672.55
Hex86C1EC2B1207cd4949
Octal206301354532207315111111
Binary1000011011000001111011001010111001001111100110110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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