#085663

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

Shades of Blue Lagoon #085663

Tints of Blue Lagoon #085663

Color information

#085663 (or 0x085663) is unknown color: approx Blue Lagoon. HEX triplet: 08, 56 and 63. RGB value is (8,86,99). Sum of RGB (Red+Green+Blue) = 8+86+99=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #085663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085663 is #F7A99C. Grayscale: #404040. Windows color (decimal): -16230813 or 6510088. OLE color: 6510088.

HSL color Cylindrical-coordinate representation of color #085663: hue angle of 188.57º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085663 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB88699-
CMYK0.920.1300.61
HSL188.57º85.05%20.98%-
HSV(B)188.57º91.92%38.82%-
XYZ5.687.6112.97-
YUV64.16147.6687.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=4.15%
G=44.56%
B=51.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal886990.920.1300.61188.5785.0520.98
Hex856635CD03Dbd5515
Octal101261431341507527512525
Binary10001010110110001110111001101011110110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085663; }

 p { color: rgb(8,86,99); }

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

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

 a { background-color: rgb(8,86,99); }

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

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

 span { border-color: rgb(8,86,99); }

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