Html Css Color HEX #086679 Blue Lagoon

📋 copy color: '#086679'

red 8 ◦ green 102 ◦ blue 121

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

Shades of Blue Lagoon #086679

Tints of Blue Lagoon #086679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 3.46%
G = 44.16%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086679 (or 0x086679) is known color: Blue Lagoon. HEX triplet: 08, 66 and 79. RGB value is (8,102,121). Sum of RGB (Red+Green+Blue) = 8+102+121=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #086679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086679 is #F79986. Grayscale: #4B4B4B. Windows color (decimal): -16226695 or 7955976. OLE color: 7955976.

HSL color Cylindrical-coordinate representation of color #086679: hue angle of 190.09º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086679 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 102 121 -
CMYK 0.93 0.16 0 0.53
HSL 190.09º 0.88% 0.25% -
HSV(B) 190.09º 0.93% 0.47% -
XYZ 8.3 10.93 19.76 -
YUV 76.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 8 102 121 0.93 0.16 0 0.53 190.09 0.88 0.25
Hex 8 66 79 5D 10 0 35 BE 58 19
Octal 10 146 171 135 20 0 65 276 130 31
Binary 1000 1100110 1111001 1011101 10000 0 110101 10111110 1011000 11001

Color Harmonies of #086679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086679

Black with #086679

Text Example


Text Example

White with #086679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086679; }

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

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

background-color css

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

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

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

border-color css

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

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

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