#09697E

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

Shades of Blue Lagoon #09697E

Tints of Blue Lagoon #09697E

Color information

#09697E (or 0x09697E) is unknown color: approx Blue Lagoon. HEX triplet: 09, 69 and 7E. RGB value is (9,105,126). Sum of RGB (Red+Green+Blue) = 9+105+126=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #09697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09697E is #F69681. Grayscale: #4E4E4E. Windows color (decimal): -16160386 or 8284425. OLE color: 8284425.

HSL color Cylindrical-coordinate representation of color #09697E: hue angle of 190.77º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09697E is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9105126-
CMYK0.930.1700.51
HSL190.77º86.67%26.47%-
HSV(B)190.77º92.86%49.41%-
XYZ8.9311.6721.52-
YUV78.69154.778.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=3.75%
G=43.75%
B=52.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91051260.930.1700.51190.7786.6726.47
Hex9697E5D11033bf571a
Octal111511761352106327712732
Binary100111010011111110101110110001011001110111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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