#086975

Color #086975 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #086975

Tints of Blue Lagoon #086975

Color information

#086975 (or 0x086975) is unknown color: approx 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

RGB8105117-
CMYK0.930.1000.54
HSL186.61º87.2%24.51%-
HSV(B)186.61º93.16%45.88%-
XYZ8.3611.4418.6-
YUV77.37150.3678.52-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81051170.930.1000.54186.6187.224.51
Hex869755DA036bb5719
Octal101511651351206627312731
Binary10001101001111010110111011010011011010111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>