#086566

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

Shades of Blue Lagoon #086566

Tints of Blue Lagoon #086566

Color information

#086566 (or 0x086566) is unknown color: approx Blue Lagoon. HEX triplet: 08, 65 and 66. RGB value is (8,101,102). Sum of RGB (Red+Green+Blue) = 8+101+102=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #086566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086566 is #F79A99. Grayscale: #494949. Windows color (decimal): -16226970 or 6710536. OLE color: 6710536.

HSL color Cylindrical-coordinate representation of color #086566: hue angle of 180.64º degrees, saturation: 0.85, 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 #086566 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8101102-
CMYK0.920.0100.6
HSL180.64º85.45%21.57%-
HSV(B)180.64º92.16%40%-
XYZ7.1510.3214.19-
YUV73.31144.1981.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=3.79%
G=47.87%
B=48.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81011020.920.0100.6180.6485.4521.57
Hex865665C103Cb55516
Octal10145146134107426512526
Binary10001100101110011010111001011110010110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086566; }

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

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

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

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

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

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

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

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