Html Css Color HEX #09657A Blue Lagoon

📋 copy color: '#09657A'

red 9 ◦ green 101 ◦ blue 122

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

Shades of Blue Lagoon #09657A

Tints of Blue Lagoon #09657A

RGB

 RED value IS 9 (3.91% from 255) = 3.88%

 GREEN value IS 101 (39.84% from 255) = 43.53%

 BLUE value IS 122 (48.05% from 255) = 52.59%

R = 3.88%
G = 43.53%
B = 52.59%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09657A (or 0x09657A) is known color: Blue Lagoon. HEX triplet: 09, 65 and 7A. RGB value is (9,101,122). Sum of RGB (Red+Green+Blue) = 9+101+122=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #09657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09657A is #F69A85. Grayscale: #4B4B4B. Windows color (decimal): -16161414 or 8021257. OLE color: 8021257.

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

Color convert

RGB 9 101 122 -
CMYK 0.93 0.17 0 0.52
HSL 191.15º 0.86% 0.26% -
HSV(B) 191.15º 0.93% 0.48% -
XYZ 8.28 10.77 20.05 -
YUV 75.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 9 101 122 0.93 0.17 0 0.52 191.15 0.86 0.26
Hex 9 65 7A 5D 11 0 34 BF 56 1A
Octal 11 145 172 135 21 0 64 277 126 32
Binary 1001 1100101 1111010 1011101 10001 0 110100 10111111 1010110 11010

Color Harmonies of #09657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09657A

Black with #09657A

Text Example


Text Example

White with #09657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09657A; }

 p { color: rgb(9,101,122); }

 H1.HeaderClassName
 {
   color: #09657A;
 }
 .AnyTagClassName
 {
   color: #09657A;
 }
</style>

background-color css

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

 a { background-color: rgb(9,101,122); }

 div.DivClassName
 {
   background-color: #09657A;
 }
 .BgClassName
 {
   background-color: #09657A;
 }
</style>

border-color css

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

 span { border-color: rgb(9,101,122); }

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