Html Css Color HEX #086677 Blue Lagoon

📋 copy color: '#086677'

red 8 ◦ green 102 ◦ blue 119

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

Shades of Blue Lagoon #086677

Tints of Blue Lagoon #086677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.54%

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 3.49%
G = 44.54%
B = 51.97%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086677 (or 0x086677) is known color: Blue Lagoon. HEX triplet: 08, 66 and 77. RGB value is (8,102,119). Sum of RGB (Red+Green+Blue) = 8+102+119=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #086677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086677 is #F79988. Grayscale: #4B4B4B. Windows color (decimal): -16226697 or 7824904. OLE color: 7824904.

HSL color Cylindrical-coordinate representation of color #086677: hue angle of 189.19º degrees, saturation: 0.87, 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 #086677 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 102 119 -
CMYK 0.93 0.14 0 0.53
HSL 189.19º 0.87% 0.25% -
HSV(B) 189.19º 0.93% 0.47% -
XYZ 8.18 10.89 19.12 -
YUV 75.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 8 102 119 0.93 0.14 0 0.53 189.19 0.87 0.25
Hex 8 66 77 5D E 0 35 BD 57 19
Octal 10 146 167 135 16 0 65 275 127 31
Binary 1000 1100110 1110111 1011101 1110 0 110101 10111101 1010111 11001

Color Harmonies of #086677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086677

Black with #086677

Text Example


Text Example

White with #086677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086677; }

 p { color: rgb(8,102,119); }

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

background-color css

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

 a { background-color: rgb(8,102,119); }

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

border-color css

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

 span { border-color: rgb(8,102,119); }

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