#86B5B0

Color #86B5B0 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #86B5B0

Tints of Gulf Stream #86B5B0

Color information

#86B5B0 (or 0x86B5B0) is unknown color: approx Gulf Stream. HEX triplet: 86, B5 and B0. RGB value is (134,181,176). Sum of RGB (Red+Green+Blue) = 134+181+176=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #86B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B5B0 is #794A4F. Grayscale: #A6A6A6. Windows color (decimal): -7948880 or 11580806. OLE color: 11580806.

HSL color Cylindrical-coordinate representation of color #86B5B0: hue angle of 173.62º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B5B0 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB134181176-
CMYK0.2600.030.29
HSL173.62º24.1%61.76%-
HSV(B)173.62º25.97%70.98%-
XYZ34.1941.2547.23-
YUV166.38133.43104.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=27.29%
G=36.86%
B=35.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811760.2600.030.29173.6224.161.76
Hex86B5B01A031Dae183e
Octal2062652603203352563076
Binary10000110101101011011000011010011111011010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,176); }

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

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

 a { background-color: rgb(134,181,176); }

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

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

 span { border-color: rgb(134,181,176); }

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