Html Css Color HEX #086166 Blue Lagoon

📋 copy color: '#086166'

red 8 ◦ green 97 ◦ blue 102

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

Shades of Blue Lagoon #086166

Tints of Blue Lagoon #086166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 3.86%
G = 46.86%
B = 49.28%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#086166 (or 0x086166) is known color: Blue Lagoon. HEX triplet: 08, 61 and 66. RGB value is (8,97,102). Sum of RGB (Red+Green+Blue) = 8+97+102=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #086166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086166 is #F79E99. Grayscale: #464646. Windows color (decimal): -16227994 or 6709512. OLE color: 6709512.

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

Color convert

RGB 8 97 102 -
CMYK 0.92 0.05 0 0.6
HSL 183.19º 0.85% 0.22% -
HSV(B) 183.19º 0.92% 0.4% -
XYZ 6.77 9.56 14.06 -
YUV 70.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 8 97 102 0.92 0.05 0 0.6 183.19 0.85 0.22
Hex 8 61 66 5C 5 0 3C B7 55 16
Octal 10 141 146 134 5 0 74 267 125 26
Binary 1000 1100001 1100110 1011100 101 0 111100 10110111 1010101 10110

Color Harmonies of #086166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086166

Black with #086166

Text Example


Text Example

White with #086166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086166; }

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

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

background-color css

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

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

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

border-color css

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

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

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