Html Css Color HEX #086C79 Blue Lagoon

📋 copy color: '#086C79'

red 8 ◦ green 108 ◦ blue 121

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

Shades of Blue Lagoon #086C79

Tints of Blue Lagoon #086C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

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

R = 3.38%
G = 45.57%
B = 51.05%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086C79 (or 0x086C79) is known color: Blue Lagoon. HEX triplet: 08, 6C and 79. RGB value is (8,108,121). Sum of RGB (Red+Green+Blue) = 8+108+121=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #086C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C79 is #F79386. Grayscale: #4F4F4F. Windows color (decimal): -16225159 or 7957512. OLE color: 7957512.

HSL color Cylindrical-coordinate representation of color #086C79: hue angle of 186.9º 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 #086C79 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 108 121 -
CMYK 0.93 0.11 0 0.53
HSL 186.9º 0.88% 0.25% -
HSV(B) 186.9º 0.93% 0.47% -
XYZ 8.91 12.16 19.97 -
YUV 79.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 8 108 121 0.93 0.11 0 0.53 186.9 0.88 0.25
Hex 8 6C 79 5D B 0 35 BB 58 19
Octal 10 154 171 135 13 0 65 273 130 31
Binary 1000 1101100 1111001 1011101 1011 0 110101 10111011 1011000 11001

Color Harmonies of #086C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C79

Black with #086C79

Text Example


Text Example

White with #086C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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