#085E73

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

Shades of Blue Lagoon #085E73

Tints of Blue Lagoon #085E73

Color information

#085E73 (or 0x085E73) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 73. RGB value is (8,94,115). Sum of RGB (Red+Green+Blue) = 8+94+115=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #085E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E73 is #F7A18C. Grayscale: #464646. Windows color (decimal): -16228749 or 7560712. OLE color: 7560712.

HSL color Cylindrical-coordinate representation of color #085E73: hue angle of 191.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E73 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB894115-
CMYK0.930.1800.55
HSL191.78º86.99%24.12%-
HSV(B)191.78º93.04%45.1%-
XYZ7.29.2917.63-
YUV70.68153.0183.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=3.69%
G=43.32%
B=53.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8941150.930.1800.55191.7886.9924.12
Hex85E735D12037c05718
Octal101361631352206730012730
Binary100010111101110011101110110010011011111000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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