#86BDE9

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

Shades of Sky Blue #86BDE9

Tints of Sky Blue #86BDE9

Color information

#86BDE9 (or 0x86BDE9) is unknown color: approx Sky Blue. HEX triplet: 86, BD and E9. RGB value is (134,189,233). Sum of RGB (Red+Green+Blue) = 134+189+233=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #86BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDE9 is #794216. Grayscale: #B1B1B1. Windows color (decimal): -7946775 or 15318406. OLE color: 15318406.

HSL color Cylindrical-coordinate representation of color #86BDE9: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BDE9 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134189233-
CMYK0.420.1900.09
HSL206.67º69.23%71.96%-
HSV(B)206.67º42.49%91.37%-
XYZ42.7447.3583.98-
YUV177.57159.2896.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.10%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 233 (91.41% from 255) = 41.91%
R=24.10%
G=33.99%
B=41.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341892330.420.1900.09206.6769.2371.96
Hex86BDE92A1309cf4548
Octal2062753515223011317105110
Binary10000110101111011110100110101010011010011100111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,233); }

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

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

 a { background-color: rgb(134,189,233); }

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

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

 span { border-color: rgb(134,189,233); }

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