Html Css Color HEX #086165 Blue Lagoon

📋 copy color: '#086165'

red 8 ◦ green 97 ◦ blue 101

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

Shades of Blue Lagoon #086165

Tints of Blue Lagoon #086165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 3.88%
G = 47.09%
B = 49.03%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#086165 (or 0x086165) is known color: Blue Lagoon. HEX triplet: 08, 61 and 65. RGB value is (8,97,101). Sum of RGB (Red+Green+Blue) = 8+97+101=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #086165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086165 is #F79E9A. Grayscale: #464646. Windows color (decimal): -16227995 or 6643976. OLE color: 6643976.

HSL color Cylindrical-coordinate representation of color #086165: hue angle of 182.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086165 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 97 101 -
CMYK 0.92 0.04 0 0.60
HSL 182.58º 0.85% 0.21% -
HSV(B) 182.58º 0.92% 0.4% -
XYZ 6.72 9.54 13.8 -
YUV 70.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 8 97 101 0.92 0.04 0 0.60 182.58 0.85 0.21
Hex 8 61 65 5C 4 0 3C B7 55 15
Octal 10 141 145 134 4 0 74 267 125 25
Binary 1000 1100001 1100101 1011100 100 0 111100 10110111 1010101 10101

Color Harmonies of #086165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086165

Black with #086165

Text Example


Text Example

White with #086165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086165; }

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

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

background-color css

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

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

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

border-color css

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

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

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