Html Css Color HEX #086770 Blue Lagoon

📋 copy color: '#086770'

red 8 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #086770

Tints of Blue Lagoon #086770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 3.59%
G = 46.19%
B = 50.22%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086770 (or 0x086770) is known color: Blue Lagoon. HEX triplet: 08, 67 and 70. RGB value is (8,103,112). Sum of RGB (Red+Green+Blue) = 8+103+112=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #086770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086770 is #F7988F. Grayscale: #4B4B4B. Windows color (decimal): -16226448 or 7366408. OLE color: 7366408.

HSL color Cylindrical-coordinate representation of color #086770: hue angle of 185.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086770 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 103 112 -
CMYK 0.93 0.08 0 0.56
HSL 185.19º 0.87% 0.24% -
HSV(B) 185.19º 0.93% 0.44% -
XYZ 7.88 10.92 17.02 -
YUV 75.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 8 103 112 0.93 0.08 0 0.56 185.19 0.87 0.24
Hex 8 67 70 5D 8 0 38 B9 57 18
Octal 10 147 160 135 10 0 70 271 127 30
Binary 1000 1100111 1110000 1011101 1000 0 111000 10111001 1010111 11000

Color Harmonies of #086770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086770

Black with #086770

Text Example


Text Example

White with #086770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086770; }

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

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

background-color css

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

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

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

border-color css

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

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

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