#86BCED

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

Shades of Light Sky Blue #86BCED

Tints of Light Sky Blue #86BCED

Color information

#86BCED (or 0x86BCED) is unknown color: approx Light Sky Blue. HEX triplet: 86, BC and ED. RGB value is (134,188,237). Sum of RGB (Red+Green+Blue) = 134+188+237=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #86BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCED is #794312. Grayscale: #B1B1B1. Windows color (decimal): -7947027 or 15580294. OLE color: 15580294.

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

Color convert

RGB134188237-
CMYK0.430.2100.07
HSL208.54º74.1%72.75%-
HSV(B)208.54º43.46%92.94%-
XYZ43.147.1586.95-
YUV177.44161.6197.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=23.97%
G=33.63%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341882370.430.2100.07208.5474.172.75
Hex86BCED2B1507d14a49
Octal206274355532507321112111
Binary1000011010111100111011011010111010101111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,237); }

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

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

 a { background-color: rgb(134,188,237); }

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

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

 span { border-color: rgb(134,188,237); }

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