#086076

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

Shades of Blue Lagoon #086076

Tints of Blue Lagoon #086076

Color information

#086076 (or 0x086076) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 76. RGB value is (8,96,118). Sum of RGB (Red+Green+Blue) = 8+96+118=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #086076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086076 is #F79F89. Grayscale: #484848. Windows color (decimal): -16228234 or 7757832. OLE color: 7757832.

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

Color convert

RGB896118-
CMYK0.930.1900.54
HSL192º87.3%24.71%-
HSV(B)192º93.22%46.27%-
XYZ7.559.7318.62-
YUV72.2153.8582.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=3.60%
G=43.24%
B=53.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8961180.930.1900.5419287.324.71
Hex860765D13036c05719
Octal101401661352306630012731
Binary100011000001110110101110110011011011011000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086076; }

 p { color: rgb(8,96,118); }

 H1.HeaderClassName
 {
   color: #086076;
 }
 .AnyTagClassName
 {
   color: #086076;
 }
</style>
background-color css

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

 a { background-color: rgb(8,96,118); }

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

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

 span { border-color: rgb(8,96,118); }

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