#86D1EB

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

Shades of Sky Blue #86D1EB

Tints of Sky Blue #86D1EB

Color information

#86D1EB (or 0x86D1EB) is unknown color: approx Sky Blue. HEX triplet: 86, D1 and EB. RGB value is (134,209,235). Sum of RGB (Red+Green+Blue) = 134+209+235=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #86D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D1EB is #792E14. Grayscale: #BDBDBD. Windows color (decimal): -7941653 or 15454598. OLE color: 15454598.

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

Color convert

RGB134209235-
CMYK0.430.1100.08
HSL195.45º71.63%72.35%-
HSV(B)195.45º42.98%92.16%-
XYZ47.6356.6787.02-
YUV189.54153.6588.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.18%
GREEN value IS 209 (82.03% from 255) = 36.16%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=23.18%
G=36.16%
B=40.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342092350.430.1100.08195.4571.6372.35
Hex86D1EB2BB08c34848
Octal2063213535313010303110110
Binary1000011011010001111010111010111011010001100001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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