#086184

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

Shades of Blue Lagoon #086184

Tints of Blue Lagoon #086184

Color information

#086184 (or 0x086184) is unknown color: approx Blue Lagoon. HEX triplet: 08, 61 and 84. RGB value is (8,97,132). Sum of RGB (Red+Green+Blue) = 8+97+132=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #086184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086184 is #F79E7B. Grayscale: #4A4A4A. Windows color (decimal): -16227964 or 8675592. OLE color: 8675592.

HSL color Cylindrical-coordinate representation of color #086184: hue angle of 196.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086184 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB897132-
CMYK0.940.2700.48
HSL196.94º88.57%27.45%-
HSV(B)196.94º93.94%51.76%-
XYZ8.5410.2723.36-
YUV74.38160.5180.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=3.38%
G=40.93%
B=55.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8971320.940.2700.48196.9488.5727.45
Hex861845E1B030c5591b
Octal101412041363306030513133
Binary1000110000110000100101111011011011000011000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086184; }

 p { color: rgb(8,97,132); }

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

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

 a { background-color: rgb(8,97,132); }

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

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

 span { border-color: rgb(8,97,132); }

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