Html Css Color HEX #086975 Blue Lagoon

📋 copy color: '#086975'

red 8 ◦ green 105 ◦ blue 117

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

Shades of Blue Lagoon #086975

Tints of Blue Lagoon #086975

RGB

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

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

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

R = 3.48%
G = 45.65%
B = 50.87%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086975 (or 0x086975) is known color: Blue Lagoon. HEX triplet: 08, 69 and 75. RGB value is (8,105,117). Sum of RGB (Red+Green+Blue) = 8+105+117=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #086975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086975 is #F7968A. Grayscale: #4D4D4D. Windows color (decimal): -16225931 or 7694600. OLE color: 7694600.

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

Color convert

RGB 8 105 117 -
CMYK 0.93 0.10 0 0.54
HSL 186.61º 0.87% 0.25% -
HSV(B) 186.61º 0.93% 0.46% -
XYZ 8.36 11.44 18.6 -
YUV 77.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 8 105 117 0.93 0.10 0 0.54 186.61 0.87 0.25
Hex 8 69 75 5D A 0 36 BB 57 19
Octal 10 151 165 135 12 0 66 273 127 31
Binary 1000 1101001 1110101 1011101 1010 0 110110 10111011 1010111 11001

Color Harmonies of #086975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086975

Black with #086975

Text Example


Text Example

White with #086975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086975; }

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

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

background-color css

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

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

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

border-color css

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

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

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