#086467

Color #086467 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #086467

Tints of Blue Lagoon #086467

Color information

#086467 (or 0x086467) is unknown color: approx Blue Lagoon. HEX triplet: 08, 64 and 67. RGB value is (8,100,103). Sum of RGB (Red+Green+Blue) = 8+100+103=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #086467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086467 is #F79B98. Grayscale: #484848. Windows color (decimal): -16227225 or 6775816. OLE color: 6775816.

HSL color Cylindrical-coordinate representation of color #086467: hue angle of 181.89º degrees, saturation: 0.86, 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 #086467 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8100103-
CMYK0.920.0300.60
HSL181.89º85.59%21.76%-
HSV(B)181.89º92.23%40.39%-
XYZ7.1110.1514.42-
YUV72.83145.0281.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=3.79%
G=47.39%
B=48.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81001030.920.0300.60181.8985.5921.76
Hex864675C303Cb65616
Octal10144147134307426612626
Binary100011001001100111101110011011110010110110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086467; }

 p { color: rgb(8,100,103); }

 H1.HeaderClassName
 {
   color: #086467;
 }
 .AnyTagClassName
 {
   color: #086467;
 }
</style>
background-color css

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

 a { background-color: rgb(8,100,103); }

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

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

 span { border-color: rgb(8,100,103); }

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