#08666B

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

Shades of Blue Lagoon #08666B

Tints of Blue Lagoon #08666B

Color information

#08666B (or 0x08666B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 6B. RGB value is (8,102,107). Sum of RGB (Red+Green+Blue) = 8+102+107=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #08666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08666B is #F79994. Grayscale: #4A4A4A. Windows color (decimal): -16226709 or 7038472. OLE color: 7038472.

HSL color Cylindrical-coordinate representation of color #08666B: hue angle of 183.03º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08666B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8102107-
CMYK0.930.0500.58
HSL183.03º86.09%22.55%-
HSV(B)183.03º92.52%41.96%-
XYZ7.5110.6215.56-
YUV74.46146.3680.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=3.69%
G=47.00%
B=49.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81021070.930.0500.58183.0386.0922.55
Hex8666B5D503Ab75617
Octal10146153135507226712627
Binary1000110011011010111011101101011101010110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08666B; }

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

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

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

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

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

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

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

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