#86D5EB

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

Shades of Sky Blue #86D5EB

Tints of Sky Blue #86D5EB

Color information

#86D5EB (or 0x86D5EB) is unknown color: approx Sky Blue. HEX triplet: 86, D5 and EB. RGB value is (134,213,235). Sum of RGB (Red+Green+Blue) = 134+213+235=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #86D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D5EB is #792A14. Grayscale: #BFBFBF. Windows color (decimal): -7940629 or 15455622. OLE color: 15455622.

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

Color convert

RGB134213235-
CMYK0.430.0900.08
HSL193.07º71.63%72.35%-
HSV(B)193.07º42.98%92.16%-
XYZ48.6258.6587.36-
YUV191.89152.3386.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.02%
GREEN value IS 213 (83.59% from 255) = 36.60%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=23.02%
G=36.60%
B=40.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342132350.430.0900.08193.0771.6372.35
Hex86D5EB2B908c14848
Octal2063253535311010301110110
Binary1000011011010101111010111010111001010001100000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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