Html Css Color HEX #086D79 Blue Lagoon

📋 copy color: '#086D79'

red 8 ◦ green 109 ◦ blue 121

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

Shades of Blue Lagoon #086D79

Tints of Blue Lagoon #086D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.8%

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 3.36%
G = 45.8%
B = 50.84%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086D79 (or 0x086D79) is known color: Blue Lagoon. HEX triplet: 08, 6D and 79. RGB value is (8,109,121). Sum of RGB (Red+Green+Blue) = 8+109+121=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #086D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D79 is #F79286. Grayscale: #505050. Windows color (decimal): -16224903 or 7957768. OLE color: 7957768.

HSL color Cylindrical-coordinate representation of color #086D79: hue angle of 186.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D79 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 109 121 -
CMYK 0.93 0.10 0 0.53
HSL 186.37º 0.88% 0.25% -
HSV(B) 186.37º 0.93% 0.47% -
XYZ 9.02 12.37 20 -
YUV 80.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 8 109 121 0.93 0.10 0 0.53 186.37 0.88 0.25
Hex 8 6D 79 5D A 0 35 BA 58 19
Octal 10 155 171 135 12 0 65 272 130 31
Binary 1000 1101101 1111001 1011101 1010 0 110101 10111010 1011000 11001

Color Harmonies of #086D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D79

Black with #086D79

Text Example


Text Example

White with #086D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,121); }

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

background-color css

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

 a { background-color: rgb(8,109,121); }

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

border-color css

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

 span { border-color: rgb(8,109,121); }

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