#08667F

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

Shades of Blue Lagoon #08667F

Tints of Blue Lagoon #08667F

Color information

#08667F (or 0x08667F) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 7F. RGB value is (8,102,127). Sum of RGB (Red+Green+Blue) = 8+102+127=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #08667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08667F is #F79980. Grayscale: #4C4C4C. Windows color (decimal): -16226689 or 8349192. OLE color: 8349192.

HSL color Cylindrical-coordinate representation of color #08667F: hue angle of 192.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08667F is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8102127-
CMYK0.940.2000.50
HSL192.61º88.15%26.47%-
HSV(B)192.61º93.7%49.8%-
XYZ8.6811.0921.76-
YUV76.74156.3678.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 127 (50% from 255) = 53.59%
R=3.38%
G=43.04%
B=53.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81021270.940.2000.50192.6188.1526.47
Hex8667F5E14032c1581a
Octal101461771362406230113032
Binary100011001101111111101111010100011001011000001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08667F; }

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

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

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

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

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

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

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

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