Html Css Color HEX #086976 Blue Lagoon

📋 copy color: '#086976'

red 8 ◦ green 105 ◦ blue 118

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

Shades of Blue Lagoon #086976

Tints of Blue Lagoon #086976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 3.46%
G = 45.45%
B = 51.08%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086976 (or 0x086976) is known color: Blue Lagoon. HEX triplet: 08, 69 and 76. RGB value is (8,105,118). Sum of RGB (Red+Green+Blue) = 8+105+118=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #086976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086976 is #F79689. Grayscale: #4D4D4D. Windows color (decimal): -16225930 or 7760136. OLE color: 7760136.

HSL color Cylindrical-coordinate representation of color #086976: hue angle of 187.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086976 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 105 118 -
CMYK 0.93 0.11 0 0.54
HSL 187.09º 0.87% 0.25% -
HSV(B) 187.09º 0.93% 0.46% -
XYZ 8.42 11.46 18.91 -
YUV 77.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 8 105 118 0.93 0.11 0 0.54 187.09 0.87 0.25
Hex 8 69 76 5D B 0 36 BB 57 19
Octal 10 151 166 135 13 0 66 273 127 31
Binary 1000 1101001 1110110 1011101 1011 0 110110 10111011 1010111 11001

Color Harmonies of #086976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086976

Black with #086976

Text Example


Text Example

White with #086976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086976; }

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

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

background-color css

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

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

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

border-color css

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

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

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