Html Css Color HEX #085E66 Blue Lagoon

📋 copy color: '#085E66'

red 8 ◦ green 94 ◦ blue 102

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

Shades of Blue Lagoon #085E66

Tints of Blue Lagoon #085E66

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 value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085E66 (or 0x085E66) is known color: 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

RGB 8 94 102 -
CMYK 0.92 0.08 0 0.6
HSL 185.11º 0.85% 0.22% -
HSV(B) 185.11º 0.92% 0.4% -
XYZ 6.5 9.02 13.97 -
YUV 69.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 8 94 102 0.92 0.08 0 0.6 185.11 0.85 0.22
Hex 8 5E 66 5C 8 0 3C B9 55 16
Octal 10 136 146 134 10 0 74 271 125 26
Binary 1000 1011110 1100110 1011100 1000 0 111100 10111001 1010101 10110

Color Harmonies of #085E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E66

Black with #085E66

Text Example


Text Example

White with #085E66

Text Example


Text Example

HTML Codes & Css Web 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>