#085E66

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

Shades of Blue Lagoon #085E66

Tints of Blue Lagoon #085E66

Color information

#085E66 (or 0x085E66) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 66. RGB value is (8,94,102). Sum of RGB (Red+Green+Blue) = 8+94+102=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #085E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E66 is #F7A199. Grayscale: #454545. Windows color (decimal): -16228762 or 6708744. OLE color: 6708744.

HSL color Cylindrical-coordinate representation of color #085E66: hue angle of 185.11º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085E66 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB894102-
CMYK0.920.0800.6
HSL185.11º85.45%21.57%-
HSV(B)185.11º92.16%40%-
XYZ6.59.0213.97-
YUV69.2146.5184.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 94 (37.11% from 255) = 46.08%
BLUE value IS 102 (40.23% from 255) = 50%
R=3.92%
G=46.08%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8941020.920.0800.6185.1185.4521.57
Hex85E665C803Cb95516
Octal101361461341007427112526
Binary10001011110110011010111001000011110010111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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