#09697B

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

Shades of Blue Lagoon #09697B

Tints of Blue Lagoon #09697B

Color information

#09697B (or 0x09697B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 69 and 7B. RGB value is (9,105,123). Sum of RGB (Red+Green+Blue) = 9+105+123=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #09697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09697B is #F69684. Grayscale: #4E4E4E. Windows color (decimal): -16160389 or 8087817. OLE color: 8087817.

HSL color Cylindrical-coordinate representation of color #09697B: hue angle of 189.47º 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 #09697B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9105123-
CMYK0.930.1500.52
HSL189.47º86.36%25.88%-
HSV(B)189.47º92.68%48.24%-
XYZ8.7411.5920.52-
YUV78.35153.278.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=3.80%
G=44.30%
B=51.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91051230.930.1500.52189.4786.3625.88
Hex9697B5DF034bd561a
Octal111511731351706427512632
Binary10011101001111101110111011111011010010111101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09697B; }

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

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

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

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

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

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

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

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