#096266

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

Shades of Blue Lagoon #096266

Tints of Blue Lagoon #096266

Color information

#096266 (or 0x096266) is unknown color: approx Blue Lagoon. HEX triplet: 09, 62 and 66. RGB value is (9,98,102). Sum of RGB (Red+Green+Blue) = 9+98+102=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #096266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096266 is #F69D99. Grayscale: #474747. Windows color (decimal): -16162202 or 6709769. OLE color: 6709769.

HSL color Cylindrical-coordinate representation of color #096266: hue angle of 182.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096266 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB998102-
CMYK0.910.0400.6
HSL182.58º83.78%21.76%-
HSV(B)182.58º91.18%40%-
XYZ6.889.7514.09-
YUV71.84145.0183.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=4.31%
G=46.89%
B=48.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9981020.910.0400.6182.5883.7821.76
Hex962665B403Cb75416
Octal11142146133407426712426
Binary1001110001011001101011011100011110010110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096266; }

 p { color: rgb(9,98,102); }

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

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

 a { background-color: rgb(9,98,102); }

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

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

 span { border-color: rgb(9,98,102); }

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