Html Css Color HEX #086B6E Blue Lagoon

📋 copy color: '#086B6E'

red 8 ◦ green 107 ◦ blue 110

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

Shades of Blue Lagoon #086B6E

Tints of Blue Lagoon #086B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 3.56%
G = 47.56%
B = 48.89%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#086B6E (or 0x086B6E) is known color: Blue Lagoon. HEX triplet: 08, 6B and 6E. RGB value is (8,107,110). Sum of RGB (Red+Green+Blue) = 8+107+110=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #086B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B6E is #F79491. Grayscale: #4D4D4D. Windows color (decimal): -16225426 or 7236360. OLE color: 7236360.

HSL color Cylindrical-coordinate representation of color #086B6E: hue angle of 181.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B6E is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 107 110 -
CMYK 0.93 0.03 0 0.57
HSL 181.76º 0.86% 0.23% -
HSV(B) 181.76º 0.93% 0.43% -
XYZ 8.17 11.69 16.58 -
YUV 77.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 8 107 110 0.93 0.03 0 0.57 181.76 0.86 0.23
Hex 8 6B 6E 5D 3 0 39 B6 56 17
Octal 10 153 156 135 3 0 71 266 126 27
Binary 1000 1101011 1101110 1011101 11 0 111001 10110110 1010110 10111

Color Harmonies of #086B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B6E

Black with #086B6E

Text Example


Text Example

White with #086B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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