Html Css Color HEX #086B7D Blue Lagoon

📋 copy color: '#086B7D'

red 8 ◦ green 107 ◦ blue 125

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

Shades of Blue Lagoon #086B7D

Tints of Blue Lagoon #086B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 3.33%
G = 44.58%
B = 52.08%

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

#086B7D (or 0x086B7D) is known color: Blue Lagoon. HEX triplet: 08, 6B and 7D. RGB value is (8,107,125). Sum of RGB (Red+Green+Blue) = 8+107+125=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #086B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B7D is #F79482. Grayscale: #4F4F4F. Windows color (decimal): -16225411 or 8219400. OLE color: 8219400.

HSL color Cylindrical-coordinate representation of color #086B7D: hue angle of 189.23º 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 #086B7D is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 107 125 -
CMYK 0.94 0.14 0 0.51
HSL 189.23º 0.88% 0.26% -
HSV(B) 189.23º 0.94% 0.49% -
XYZ 9.06 12.05 21.25 -
YUV 79.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 8 107 125 0.94 0.14 0 0.51 189.23 0.88 0.26
Hex 8 6B 7D 5E E 0 33 BD 58 1A
Octal 10 153 175 136 16 0 63 275 130 32
Binary 1000 1101011 1111101 1011110 1110 0 110011 10111101 1011000 11010

Color Harmonies of #086B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B7D

Black with #086B7D

Text Example


Text Example

White with #086B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,107,125); }

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

background-color css

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

 a { background-color: rgb(8,107,125); }

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

border-color css

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

 span { border-color: rgb(8,107,125); }

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