#86C3EB

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

Shades of Sky Blue #86C3EB

Tints of Sky Blue #86C3EB

Color information

#86C3EB (or 0x86C3EB) is unknown color: approx Sky Blue. HEX triplet: 86, C3 and EB. RGB value is (134,195,235). Sum of RGB (Red+Green+Blue) = 134+195+235=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #86C3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C3EB is #793C14. Grayscale: #B5B5B5. Windows color (decimal): -7945237 or 15451014. OLE color: 15451014.

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

Color convert

RGB134195235-
CMYK0.430.1700.08
HSL203.76º71.63%72.35%-
HSV(B)203.76º42.98%92.16%-
XYZ44.3450.185.93-
YUV181.32158.2994.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.76%
GREEN value IS 195 (76.56% from 255) = 34.57%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=23.76%
G=34.57%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341952350.430.1700.08203.7671.6372.35
Hex86C3EB2B1108cc4848
Octal2063033535321010314110110
Binary10000110110000111110101110101110001010001100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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