Html Css Color HEX #086970 Blue Lagoon

📋 copy color: '#086970'

red 8 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #086970

Tints of Blue Lagoon #086970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 3.56%
G = 46.67%
B = 49.78%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086970 (or 0x086970) is known color: Blue Lagoon. HEX triplet: 08, 69 and 70. RGB value is (8,105,112). Sum of RGB (Red+Green+Blue) = 8+105+112=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #086970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086970 is #F7968F. Grayscale: #4C4C4C. Windows color (decimal): -16225936 or 7366920. OLE color: 7366920.

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

Color convert

RGB 8 105 112 -
CMYK 0.93 0.06 0 0.56
HSL 184.04º 0.87% 0.24% -
HSV(B) 184.04º 0.93% 0.44% -
XYZ 8.08 11.32 17.09 -
YUV 76.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 8 105 112 0.93 0.06 0 0.56 184.04 0.87 0.24
Hex 8 69 70 5D 6 0 38 B8 57 18
Octal 10 151 160 135 6 0 70 270 127 30
Binary 1000 1101001 1110000 1011101 110 0 111000 10111000 1010111 11000

Color Harmonies of #086970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086970

Black with #086970

Text Example


Text Example

White with #086970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086970; }

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

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

background-color css

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

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

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

border-color css

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

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

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