#096A7B

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

Shades of Blue Lagoon #096A7B

Tints of Blue Lagoon #096A7B

Color information

#096A7B (or 0x096A7B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6A and 7B. RGB value is (9,106,123). Sum of RGB (Red+Green+Blue) = 9+106+123=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #096A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A7B is #F69584. Grayscale: #4E4E4E. Windows color (decimal): -16160133 or 8088073. OLE color: 8088073.

HSL color Cylindrical-coordinate representation of color #096A7B: hue angle of 188.95º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096A7B is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9106123-
CMYK0.930.1400.52
HSL188.95º86.36%25.88%-
HSV(B)188.95º92.68%48.24%-
XYZ8.8411.820.55-
YUV78.94152.8678.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=3.78%
G=44.54%
B=51.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91061230.930.1400.52188.9586.3625.88
Hex96A7B5DE034bd561a
Octal111521731351606427512632
Binary10011101010111101110111011110011010010111101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A7B; }

 p { color: rgb(9,106,123); }

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

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

 a { background-color: rgb(9,106,123); }

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

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

 span { border-color: rgb(9,106,123); }

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