Html Css Color HEX #086977 Blue Lagoon

📋 copy color: '#086977'

red 8 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #086977

Tints of Blue Lagoon #086977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

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

R = 3.45%
G = 45.26%
B = 51.29%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086977 (or 0x086977) is known color: Blue Lagoon. HEX triplet: 08, 69 and 77. RGB value is (8,105,119). Sum of RGB (Red+Green+Blue) = 8+105+119=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #086977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086977 is #F79688. Grayscale: #4D4D4D. Windows color (decimal): -16225929 or 7825672. OLE color: 7825672.

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

Color convert

RGB 8 105 119 -
CMYK 0.93 0.12 0 0.53
HSL 187.57º 0.87% 0.25% -
HSV(B) 187.57º 0.93% 0.47% -
XYZ 8.48 11.49 19.22 -
YUV 77.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 8 105 119 0.93 0.12 0 0.53 187.57 0.87 0.25
Hex 8 69 77 5D C 0 35 BC 57 19
Octal 10 151 167 135 14 0 65 274 127 31
Binary 1000 1101001 1110111 1011101 1100 0 110101 10111100 1010111 11001

Color Harmonies of #086977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086977

Black with #086977

Text Example


Text Example

White with #086977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086977; }

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

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

background-color css

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

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

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

border-color css

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

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

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