Html Css Color HEX #085D6C Blue Lagoon

📋 copy color: '#085D6C'

red 8 ◦ green 93 ◦ blue 108

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

Shades of Blue Lagoon #085D6C

Tints of Blue Lagoon #085D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.5%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 3.83%
G = 44.5%
B = 51.67%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#085D6C (or 0x085D6C) is known color: Blue Lagoon. HEX triplet: 08, 5D and 6C. RGB value is (8,93,108). Sum of RGB (Red+Green+Blue) = 8+93+108=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #085D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D6C is #F7A293. Grayscale: #454545. Windows color (decimal): -16229012 or 7101704. OLE color: 7101704.

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

Color convert

RGB 8 93 108 -
CMYK 0.93 0.14 0 0.58
HSL 189º 0.86% 0.23% -
HSV(B) 189º 0.93% 0.42% -
XYZ 6.72 8.96 15.56 -
YUV 69.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 8 93 108 0.93 0.14 0 0.58 189 0.86 0.23
Hex 8 5D 6C 5D E 0 3A BD 56 17
Octal 10 135 154 135 16 0 72 275 126 27
Binary 1000 1011101 1101100 1011101 1110 0 111010 10111101 1010110 10111

Color Harmonies of #085D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D6C

Black with #085D6C

Text Example


Text Example

White with #085D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,93,108); }

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

background-color css

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

 a { background-color: rgb(8,93,108); }

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

border-color css

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

 span { border-color: rgb(8,93,108); }

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