Html Css Color HEX #085C66 Blue Lagoon

📋 copy color: '#085C66'

red 8 ◦ green 92 ◦ blue 102

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

Shades of Blue Lagoon #085C66

Tints of Blue Lagoon #085C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.54%

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 3.96%
G = 45.54%
B = 50.5%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085C66 (or 0x085C66) is known color: Blue Lagoon. HEX triplet: 08, 5C and 66. RGB value is (8,92,102). Sum of RGB (Red+Green+Blue) = 8+92+102=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #085C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C66 is #F7A399. Grayscale: #434343. Windows color (decimal): -16229274 or 6708232. OLE color: 6708232.

HSL color Cylindrical-coordinate representation of color #085C66: hue angle of 186.38º 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 #085C66 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 92 102 -
CMYK 0.92 0.10 0 0.6
HSL 186.38º 0.85% 0.22% -
HSV(B) 186.38º 0.92% 0.4% -
XYZ 6.33 8.67 13.91 -
YUV 68.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 8 92 102 0.92 0.10 0 0.6 186.38 0.85 0.22
Hex 8 5C 66 5C A 0 3C BA 55 16
Octal 10 134 146 134 12 0 74 272 125 26
Binary 1000 1011100 1100110 1011100 1010 0 111100 10111010 1010101 10110

Color Harmonies of #085C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C66

Black with #085C66

Text Example


Text Example

White with #085C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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