Html Css Color HEX #86B4B0 Gulf Stream

📋 copy color: '#86B4B0'

red 134 ◦ green 180 ◦ blue 176

#86B4B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #86B4B0

Tints of Gulf Stream #86B4B0

RGB

 RED value IS 134 (52.73% from 255) = 27.35%

 GREEN value IS 180 (70.7% from 255) = 36.73%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 27.35%
G = 36.73%
B = 35.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#86B4B0 (or 0x86B4B0) is known color: Gulf Stream. HEX triplet: 86, B4 and B0. RGB value is (134,180,176). Sum of RGB (Red+Green+Blue) = 134+180+176=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4B0 is #794B4F. Grayscale: #A5A5A5. Windows color (decimal): -7949136 or 11580550. OLE color: 11580550.

HSL color Cylindrical-coordinate representation of color #86B4B0: hue angle of 174.78º degrees, saturation: 0.23, 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 #86B4B0 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 176 -
CMYK 0.26 0 0.02 0.29
HSL 174.78º 0.23% 0.62% -
HSV(B) 174.78º 0.26% 0.71% -
XYZ 33.99 40.85 47.17 -
YUV 165.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 134 180 176 0.26 0 0.02 0.29 174.78 0.23 0.62
Hex 86 B4 B0 1A 0 2 1D AF 17 3E
Octal 206 264 260 32 0 2 35 257 27 76
Binary 10000110 10110100 10110000 11010 0 10 11101 10101111 10111 111110

Color Harmonies of #86B4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B4B0

Black with #86B4B0

Text Example


Text Example

White with #86B4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86B4B0;
 }
 .AnyTagClassName
 {
   color: #86B4B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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