#085E6E

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

Shades of Blue Lagoon #085E6E

Tints of Blue Lagoon #085E6E

Color information

#085E6E (or 0x085E6E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 6E. RGB value is (8,94,110). Sum of RGB (Red+Green+Blue) = 8+94+110=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #085E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E6E is #F7A191. Grayscale: #454545. Windows color (decimal): -16228754 or 7233032. OLE color: 7233032.

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

Color convert

RGB894110-
CMYK0.930.1500.57
HSL189.41º86.44%23.14%-
HSV(B)189.41º92.73%43.14%-
XYZ6.929.1816.16-
YUV70.11150.5183.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=3.77%
G=44.34%
B=51.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8941100.930.1500.57189.4186.4423.14
Hex85E6E5DF039bd5617
Octal101361561351707127512627
Binary10001011110110111010111011111011100110111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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