#086281

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

Shades of Blue Lagoon #086281

Tints of Blue Lagoon #086281

Color information

#086281 (or 0x086281) is unknown color: approx Blue Lagoon. HEX triplet: 08, 62 and 81. RGB value is (8,98,129). Sum of RGB (Red+Green+Blue) = 8+98+129=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #086281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086281 is #F79D7E. Grayscale: #4A4A4A. Windows color (decimal): -16227711 or 8479240. OLE color: 8479240.

HSL color Cylindrical-coordinate representation of color #086281: hue angle of 195.37º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086281 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB898129-
CMYK0.940.2400.49
HSL195.37º88.32%26.86%-
HSV(B)195.37º93.8%50.59%-
XYZ8.4310.3722.33-
YUV74.62158.6880.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.40%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 129 (50.78% from 255) = 54.89%
R=3.40%
G=41.70%
B=54.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8981290.940.2400.49195.3788.3226.86
Hex862815E18031c3581b
Octal101422011363006130313033
Binary1000110001010000001101111011000011000111000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086281; }

 p { color: rgb(8,98,129); }

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

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

 a { background-color: rgb(8,98,129); }

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

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

 span { border-color: rgb(8,98,129); }

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