Html Css Color HEX #086C80 Blue Lagoon

📋 copy color: '#086C80'

red 8 ◦ green 108 ◦ blue 128

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

Shades of Blue Lagoon #086C80

Tints of Blue Lagoon #086C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 3.28%
G = 44.26%
B = 52.46%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#086C80 (or 0x086C80) is known color: Blue Lagoon. HEX triplet: 08, 6C and 80. RGB value is (8,108,128). Sum of RGB (Red+Green+Blue) = 8+108+128=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #086C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C80 is #F7937F. Grayscale: #505050. Windows color (decimal): -16225152 or 8416264. OLE color: 8416264.

HSL color Cylindrical-coordinate representation of color #086C80: hue angle of 190º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C80 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 108 128 -
CMYK 0.94 0.16 0 0.50
HSL 190º 0.88% 0.27% -
HSV(B) 190º 0.94% 0.5% -
XYZ 9.36 12.34 22.31 -
YUV 80.38 154.87 76.37 -
System Red Green Blue C M Y K H S L
Decimal 8 108 128 0.94 0.16 0 0.50 190 0.88 0.27
Hex 8 6C 80 5E 10 0 32 BE 58 1B
Octal 10 154 200 136 20 0 62 276 130 33
Binary 1000 1101100 10000000 1011110 10000 0 110010 10111110 1011000 11011

Color Harmonies of #086C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C80

Black with #086C80

Text Example


Text Example

White with #086C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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