Html Css Color HEX #086E74 Blue Lagoon

📋 copy color: '#086E74'

red 8 ◦ green 110 ◦ blue 116

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

Shades of Blue Lagoon #086E74

Tints of Blue Lagoon #086E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.01%

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 3.42%
G = 47.01%
B = 49.57%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086E74 (or 0x086E74) is known color: Blue Lagoon. HEX triplet: 08, 6E and 74. RGB value is (8,110,116). Sum of RGB (Red+Green+Blue) = 8+110+116=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #086E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E74 is #F7918B. Grayscale: #505050. Windows color (decimal): -16224652 or 7630344. OLE color: 7630344.

HSL color Cylindrical-coordinate representation of color #086E74: hue angle of 183.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E74 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 110 116 -
CMYK 0.93 0.05 0 0.55
HSL 183.33º 0.87% 0.24% -
HSV(B) 183.33º 0.93% 0.45% -
XYZ 8.83 12.46 18.46 -
YUV 80.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 8 110 116 0.93 0.05 0 0.55 183.33 0.87 0.24
Hex 8 6E 74 5D 5 0 37 B7 57 18
Octal 10 156 164 135 5 0 67 267 127 30
Binary 1000 1101110 1110100 1011101 101 0 110111 10110111 1010111 11000

Color Harmonies of #086E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E74

Black with #086E74

Text Example


Text Example

White with #086E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086E74; }

 p { color: rgb(8,110,116); }

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

background-color css

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

 a { background-color: rgb(8,110,116); }

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

border-color css

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

 span { border-color: rgb(8,110,116); }

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