Html Css Color HEX #086681 Blue Lagoon

📋 copy color: '#086681'

red 8 ◦ green 102 ◦ blue 129

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

Shades of Blue Lagoon #086681

Tints of Blue Lagoon #086681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 3.35%
G = 42.68%
B = 53.97%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086681 (or 0x086681) is known color: Blue Lagoon. HEX triplet: 08, 66 and 81. RGB value is (8,102,129). Sum of RGB (Red+Green+Blue) = 8+102+129=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #086681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086681 is #F7997E. Grayscale: #4C4C4C. Windows color (decimal): -16226687 or 8480264. OLE color: 8480264.

HSL color Cylindrical-coordinate representation of color #086681: hue angle of 193.39º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086681 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 102 129 -
CMYK 0.94 0.21 0 0.49
HSL 193.39º 0.88% 0.27% -
HSV(B) 193.39º 0.94% 0.51% -
XYZ 8.81 11.14 22.45 -
YUV 76.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 8 102 129 0.94 0.21 0 0.49 193.39 0.88 0.27
Hex 8 66 81 5E 15 0 31 C1 58 1B
Octal 10 146 201 136 25 0 61 301 130 33
Binary 1000 1100110 10000001 1011110 10101 0 110001 11000001 1011000 11011

Color Harmonies of #086681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086681

Black with #086681

Text Example


Text Example

White with #086681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086681; }

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

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

background-color css

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

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

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

border-color css

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

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

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