Html Css Color HEX #086177 Blue Lagoon

📋 copy color: '#086177'

red 8 ◦ green 97 ◦ blue 119

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

Shades of Blue Lagoon #086177

Tints of Blue Lagoon #086177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

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

R = 3.57%
G = 43.3%
B = 53.13%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086177 (or 0x086177) is known color: Blue Lagoon. HEX triplet: 08, 61 and 77. RGB value is (8,97,119). Sum of RGB (Red+Green+Blue) = 8+97+119=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #086177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086177 is #F79E88. Grayscale: #484848. Windows color (decimal): -16227977 or 7823624. OLE color: 7823624.

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

Color convert

RGB 8 97 119 -
CMYK 0.93 0.18 0 0.53
HSL 191.89º 0.87% 0.25% -
HSV(B) 191.89º 0.93% 0.47% -
XYZ 7.7 9.93 18.96 -
YUV 72.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 8 97 119 0.93 0.18 0 0.53 191.89 0.87 0.25
Hex 8 61 77 5D 12 0 35 C0 57 19
Octal 10 141 167 135 22 0 65 300 127 31
Binary 1000 1100001 1110111 1011101 10010 0 110101 11000000 1010111 11001

Color Harmonies of #086177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086177

Black with #086177

Text Example


Text Example

White with #086177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086177; }

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

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

background-color css

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

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

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

border-color css

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

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

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