Html Css Color HEX #086065 Blue Lagoon

📋 copy color: '#086065'

red 8 ◦ green 96 ◦ blue 101

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

Shades of Blue Lagoon #086065

Tints of Blue Lagoon #086065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 3.9%
G = 46.83%
B = 49.27%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#086065 (or 0x086065) is known color: Blue Lagoon. HEX triplet: 08, 60 and 65. RGB value is (8,96,101). Sum of RGB (Red+Green+Blue) = 8+96+101=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #086065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086065 is #F79F9A. Grayscale: #464646. Windows color (decimal): -16228251 or 6643720. OLE color: 6643720.

HSL color Cylindrical-coordinate representation of color #086065: hue angle of 183.23º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086065 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 96 101 -
CMYK 0.92 0.05 0 0.60
HSL 183.23º 0.85% 0.21% -
HSV(B) 183.23º 0.92% 0.4% -
XYZ 6.63 9.36 13.77 -
YUV 70.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 8 96 101 0.92 0.05 0 0.60 183.23 0.85 0.21
Hex 8 60 65 5C 5 0 3C B7 55 15
Octal 10 140 145 134 5 0 74 267 125 25
Binary 1000 1100000 1100101 1011100 101 0 111100 10110111 1010101 10101

Color Harmonies of #086065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086065

Black with #086065

Text Example


Text Example

White with #086065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086065; }

 p { color: rgb(8,96,101); }

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

background-color css

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

 a { background-color: rgb(8,96,101); }

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

border-color css

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

 span { border-color: rgb(8,96,101); }

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