#085B7B

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

Shades of Blue Lagoon #085B7B

Tints of Blue Lagoon #085B7B

Color information

#085B7B (or 0x085B7B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5B and 7B. RGB value is (8,91,123). Sum of RGB (Red+Green+Blue) = 8+91+123=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #085B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B7B is #F7A484. Grayscale: #454545. Windows color (decimal): -16229509 or 8084232. OLE color: 8084232.

HSL color Cylindrical-coordinate representation of color #085B7B: hue angle of 196.7º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085B7B is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB891123-
CMYK0.930.2600.52
HSL196.7º87.79%25.69%-
HSV(B)196.7º93.5%48.24%-
XYZ7.428.9620.08-
YUV69.8315883.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=3.60%
G=40.99%
B=55.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8911230.930.2600.52196.787.7925.69
Hex85B7B5D1A034c5581a
Octal101331731353206430513032
Binary100010110111111011101110111010011010011000101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,123); }

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

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

 a { background-color: rgb(8,91,123); }

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

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

 span { border-color: rgb(8,91,123); }

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