Html Css Color HEX #086675 Blue Lagoon

📋 copy color: '#086675'

red 8 ◦ green 102 ◦ blue 117

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

Shades of Blue Lagoon #086675

Tints of Blue Lagoon #086675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 3.52%
G = 44.93%
B = 51.54%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086675 (or 0x086675) is known color: Blue Lagoon. HEX triplet: 08, 66 and 75. RGB value is (8,102,117). Sum of RGB (Red+Green+Blue) = 8+102+117=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #086675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086675 is #F7998A. Grayscale: #4B4B4B. Windows color (decimal): -16226699 or 7693832. OLE color: 7693832.

HSL color Cylindrical-coordinate representation of color #086675: hue angle of 188.26º 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 #086675 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 102 117 -
CMYK 0.93 0.13 0 0.54
HSL 188.26º 0.87% 0.25% -
HSV(B) 188.26º 0.93% 0.46% -
XYZ 8.06 10.84 18.5 -
YUV 75.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 8 102 117 0.93 0.13 0 0.54 188.26 0.87 0.25
Hex 8 66 75 5D D 0 36 BC 57 19
Octal 10 146 165 135 15 0 66 274 127 31
Binary 1000 1100110 1110101 1011101 1101 0 110110 10111100 1010111 11001

Color Harmonies of #086675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086675

Black with #086675

Text Example


Text Example

White with #086675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086675; }

 p { color: rgb(8,102,117); }

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

background-color css

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

 a { background-color: rgb(8,102,117); }

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

border-color css

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

 span { border-color: rgb(8,102,117); }

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