Html Css Color HEX #09697E Blue Lagoon

📋 copy color: '#09697E'

red 9 ◦ green 105 ◦ blue 126

#09697E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #09697E

Tints of Blue Lagoon #09697E

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 value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09697E (or 0x09697E) is known color: 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

RGB 9 105 126 -
CMYK 0.93 0.17 0 0.51
HSL 190.77º 0.87% 0.26% -
HSV(B) 190.77º 0.93% 0.49% -
XYZ 8.93 11.67 21.52 -
YUV 78.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 9 105 126 0.93 0.17 0 0.51 190.77 0.87 0.26
Hex 9 69 7E 5D 11 0 33 BF 57 1A
Octal 11 151 176 135 21 0 63 277 127 32
Binary 1001 1101001 1111110 1011101 10001 0 110011 10111111 1010111 11010

Color Harmonies of #09697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09697E

Black with #09697E

Text Example


Text Example

White with #09697E

Text Example


Text Example

HTML Codes & Css Web 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>