Html Css Color HEX #085E6E Blue Lagoon

📋 copy color: '#085E6E'

red 8 ◦ green 94 ◦ blue 110

#085E6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #085E6E

Tints of Blue Lagoon #085E6E

RGB

 RED value IS 8 (3.52% from 255) = 3.77%

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 3.77%
G = 44.34%
B = 51.89%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#085E6E (or 0x085E6E) is known color: Blue Lagoon. HEX triplet: 08, 5E and 6E. RGB value is (8,94,110). Sum of RGB (Red+Green+Blue) = 8+94+110=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #085E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E6E is #F7A191. Grayscale: #454545. Windows color (decimal): -16228754 or 7233032. OLE color: 7233032.

HSL color Cylindrical-coordinate representation of color #085E6E: hue angle of 189.41º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E6E is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 94 110 -
CMYK 0.93 0.15 0 0.57
HSL 189.41º 0.86% 0.23% -
HSV(B) 189.41º 0.93% 0.43% -
XYZ 6.92 9.18 16.16 -
YUV 70.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 8 94 110 0.93 0.15 0 0.57 189.41 0.86 0.23
Hex 8 5E 6E 5D F 0 39 BD 56 17
Octal 10 136 156 135 17 0 71 275 126 27
Binary 1000 1011110 1101110 1011101 1111 0 111001 10111101 1010110 10111

Color Harmonies of #085E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E6E

Black with #085E6E

Text Example


Text Example

White with #085E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #085E6E;
 }
 .AnyTagClassName
 {
   color: #085E6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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