Html Css Color HEX #086875 Blue Lagoon

📋 copy color: '#086875'

red 8 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #086875

Tints of Blue Lagoon #086875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

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

R = 3.49%
G = 45.41%
B = 51.09%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086875 (or 0x086875) is known color: Blue Lagoon. HEX triplet: 08, 68 and 75. RGB value is (8,104,117). Sum of RGB (Red+Green+Blue) = 8+104+117=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #086875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086875 is #F7978A. Grayscale: #4C4C4C. Windows color (decimal): -16226187 or 7694344. OLE color: 7694344.

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

Color convert

RGB 8 104 117 -
CMYK 0.93 0.11 0 0.54
HSL 187.16º 0.87% 0.25% -
HSV(B) 187.16º 0.93% 0.46% -
XYZ 8.26 11.24 18.56 -
YUV 76.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 8 104 117 0.93 0.11 0 0.54 187.16 0.87 0.25
Hex 8 68 75 5D B 0 36 BB 57 19
Octal 10 150 165 135 13 0 66 273 127 31
Binary 1000 1101000 1110101 1011101 1011 0 110110 10111011 1010111 11001

Color Harmonies of #086875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086875

Black with #086875

Text Example


Text Example

White with #086875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086875; }

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

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

background-color css

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

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

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

border-color css

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

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

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