Html Css Color HEX #085666 Blue Lagoon

📋 copy color: '#085666'

red 8 ◦ green 86 ◦ blue 102

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

Shades of Blue Lagoon #085666

Tints of Blue Lagoon #085666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

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

R = 4.08%
G = 43.88%
B = 52.04%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085666 (or 0x085666) is known color: Blue Lagoon. HEX triplet: 08, 56 and 66. RGB value is (8,86,102). Sum of RGB (Red+Green+Blue) = 8+86+102=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #085666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085666 is #F7A999. Grayscale: #404040. Windows color (decimal): -16230810 or 6706696. OLE color: 6706696.

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

Color convert

RGB 8 86 102 -
CMYK 0.92 0.16 0 0.6
HSL 190.21º 0.85% 0.22% -
HSV(B) 190.21º 0.92% 0.4% -
XYZ 5.83 7.67 13.74 -
YUV 64.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 8 86 102 0.92 0.16 0 0.6 190.21 0.85 0.22
Hex 8 56 66 5C 10 0 3C BE 55 16
Octal 10 126 146 134 20 0 74 276 125 26
Binary 1000 1010110 1100110 1011100 10000 0 111100 10111110 1010101 10110

Color Harmonies of #085666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085666

Black with #085666

Text Example


Text Example

White with #085666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085666; }

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

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

background-color css

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

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

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

border-color css

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

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

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