#086678

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

Shades of Blue Lagoon #086678

Tints of Blue Lagoon #086678

Color information

#086678 (or 0x086678) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 78. RGB value is (8,102,120). Sum of RGB (Red+Green+Blue) = 8+102+120=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #086678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086678 is #F79987. Grayscale: #4B4B4B. Windows color (decimal): -16226696 or 7890440. OLE color: 7890440.

HSL color Cylindrical-coordinate representation of color #086678: hue angle of 189.64º 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 #086678 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8102120-
CMYK0.930.1500.53
HSL189.64º87.5%25.1%-
HSV(B)189.64º93.33%47.06%-
XYZ8.2410.9119.44-
YUV75.95152.8679.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=3.48%
G=44.35%
B=52.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81021200.930.1500.53189.6487.525.1
Hex866785DF035be5819
Octal101461701351706527613031
Binary10001100110111100010111011111011010110111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086678; }

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

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

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

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

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

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

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

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