#085c7e

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

Shades of Blue Lagoon #085C7E

Tints of Blue Lagoon #085C7E

Color information

#085C7E (or 0x085C7E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 7E. RGB value is (8,92,126). Sum of RGB (Red+Green+Blue) = 8+92+126=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #085C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C7E is #F7A381. Grayscale: #464646. Windows color (decimal): -16229250 or 8281096. OLE color: 8281096.

HSL color Cylindrical-coordinate representation of color #085C7E: hue angle of 197.29º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C7E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB892126-
CMYK0.940.2700.51
HSL197.29º88.06%26.27%-
HSV(B)197.29º93.65%49.41%-
XYZ7.699.2121.11-
YUV70.76159.1783.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 126 (49.61% from 255) = 55.75%
R=3.54%
G=40.71%
B=55.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8921260.940.2700.51197.2988.0626.27
Hex85C7E5E1B033c5581a
Octal101341761363306330513032
Binary100010111001111110101111011011011001111000101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,92,126); }

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

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

 a { background-color: rgb(8,92,126); }

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

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

 span { border-color: rgb(8,92,126); }

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