Html Css Color HEX #086C7E Blue Lagoon

📋 copy color: '#086C7E'

red 8 ◦ green 108 ◦ blue 126

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

Shades of Blue Lagoon #086C7E

Tints of Blue Lagoon #086C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 3.31%
G = 44.63%
B = 52.07%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#086C7E (or 0x086C7E) is known color: Blue Lagoon. HEX triplet: 08, 6C and 7E. RGB value is (8,108,126). Sum of RGB (Red+Green+Blue) = 8+108+126=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #086C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C7E is #F79381. Grayscale: #4F4F4F. Windows color (decimal): -16225154 or 8285192. OLE color: 8285192.

HSL color Cylindrical-coordinate representation of color #086C7E: hue angle of 189.15º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C7E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 108 126 -
CMYK 0.94 0.14 0 0.51
HSL 189.15º 0.88% 0.26% -
HSV(B) 189.15º 0.94% 0.49% -
XYZ 9.23 12.28 21.62 -
YUV 80.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 8 108 126 0.94 0.14 0 0.51 189.15 0.88 0.26
Hex 8 6C 7E 5E E 0 33 BD 58 1A
Octal 10 154 176 136 16 0 63 275 130 32
Binary 1000 1101100 1111110 1011110 1110 0 110011 10111101 1011000 11010

Color Harmonies of #086C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C7E

Black with #086C7E

Text Example


Text Example

White with #086C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,108,126); }

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

background-color css

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

 a { background-color: rgb(8,108,126); }

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

border-color css

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

 span { border-color: rgb(8,108,126); }

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