#085E6B

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

Shades of Blue Lagoon #085E6B

Tints of Blue Lagoon #085E6B

Color information

#085E6B (or 0x085E6B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 6B. RGB value is (8,94,107). Sum of RGB (Red+Green+Blue) = 8+94+107=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #085E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E6B is #F7A194. Grayscale: #454545. Windows color (decimal): -16228757 or 7036424. OLE color: 7036424.

HSL color Cylindrical-coordinate representation of color #085E6B: hue angle of 187.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E6B is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB894107-
CMYK0.930.1200.58
HSL187.88º86.09%22.55%-
HSV(B)187.88º92.52%41.96%-
XYZ6.769.1215.31-
YUV69.77149.0183.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=3.83%
G=44.98%
B=51.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8941070.930.1200.58187.8886.0922.55
Hex85E6B5DC03Abc5617
Octal101361531351407227412627
Binary10001011110110101110111011100011101010111100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085E6B; }

 p { color: rgb(8,94,107); }

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

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

 a { background-color: rgb(8,94,107); }

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

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

 span { border-color: rgb(8,94,107); }

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