#085E70

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

Shades of Blue Lagoon #085E70

Tints of Blue Lagoon #085E70

Color information

#085E70 (or 0x085E70) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 70. RGB value is (8,94,112). Sum of RGB (Red+Green+Blue) = 8+94+112=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #085E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E70 is #F7A18F. Grayscale: #464646. Windows color (decimal): -16228752 or 7364104. OLE color: 7364104.

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

Color convert

RGB894112-
CMYK0.930.1600.56
HSL190.38º86.67%23.53%-
HSV(B)190.38º92.86%43.92%-
XYZ7.039.2316.74-
YUV70.34151.5183.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=3.74%
G=43.93%
B=52.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8941120.930.1600.56190.3886.6723.53
Hex85E705D10038be5718
Octal101361601352007027612730
Binary100010111101110000101110110000011100010111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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