Html Css Color HEX #086B80 Blue Lagoon

📋 copy color: '#086B80'

red 8 ◦ green 107 ◦ blue 128

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

Shades of Blue Lagoon #086B80

Tints of Blue Lagoon #086B80

RGB

 RED value IS 8 (3.52% from 255) = 3.29%

 GREEN value IS 107 (42.19% from 255) = 44.03%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 3.29%
G = 44.03%
B = 52.67%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#086B80 (or 0x086B80) is known color: Blue Lagoon. HEX triplet: 08, 6B and 80. RGB value is (8,107,128). Sum of RGB (Red+Green+Blue) = 8+107+128=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #086B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B80 is #F7947F. Grayscale: #4F4F4F. Windows color (decimal): -16225408 or 8416008. OLE color: 8416008.

HSL color Cylindrical-coordinate representation of color #086B80: hue angle of 190.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086B80 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 107 128 -
CMYK 0.94 0.16 0 0.50
HSL 190.5º 0.88% 0.27% -
HSV(B) 190.5º 0.94% 0.5% -
XYZ 9.25 12.13 22.27 -
YUV 79.79 155.2 76.79 -
System Red Green Blue C M Y K H S L
Decimal 8 107 128 0.94 0.16 0 0.50 190.5 0.88 0.27
Hex 8 6B 80 5E 10 0 32 BE 58 1B
Octal 10 153 200 136 20 0 62 276 130 33
Binary 1000 1101011 10000000 1011110 10000 0 110010 10111110 1011000 11011

Color Harmonies of #086B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B80

Black with #086B80

Text Example


Text Example

White with #086B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086B80; }

 p { color: rgb(8,107,128); }

 H1.HeaderClassName
 {
   color: #086B80;
 }
 .AnyTagClassName
 {
   color: #086B80;
 }
</style>

background-color css

<style>
 a { background-color: #086B80; }

 a { background-color: rgb(8,107,128); }

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

border-color css

<style>
 span { border-color: #086B80; }

 span { border-color: rgb(8,107,128); }

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