Html Css Color HEX #086777 Blue Lagoon

📋 copy color: '#086777'

red 8 ◦ green 103 ◦ blue 119

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

Shades of Blue Lagoon #086777

Tints of Blue Lagoon #086777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 3.48%
G = 44.78%
B = 51.74%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086777 (or 0x086777) is known color: Blue Lagoon. HEX triplet: 08, 67 and 77. RGB value is (8,103,119). Sum of RGB (Red+Green+Blue) = 8+103+119=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #086777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086777 is #F79888. Grayscale: #4C4C4C. Windows color (decimal): -16226441 or 7825160. OLE color: 7825160.

HSL color Cylindrical-coordinate representation of color #086777: hue angle of 188.65º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086777 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 103 119 -
CMYK 0.93 0.13 0 0.53
HSL 188.65º 0.87% 0.25% -
HSV(B) 188.65º 0.93% 0.47% -
XYZ 8.28 11.08 19.16 -
YUV 76.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 8 103 119 0.93 0.13 0 0.53 188.65 0.87 0.25
Hex 8 67 77 5D D 0 35 BD 57 19
Octal 10 147 167 135 15 0 65 275 127 31
Binary 1000 1100111 1110111 1011101 1101 0 110101 10111101 1010111 11001

Color Harmonies of #086777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086777

Black with #086777

Text Example


Text Example

White with #086777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086777; }

 p { color: rgb(8,103,119); }

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

background-color css

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

 a { background-color: rgb(8,103,119); }

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

border-color css

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

 span { border-color: rgb(8,103,119); }

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