Html Css Color HEX #09657F Blue Lagoon

📋 copy color: '#09657F'

red 9 ◦ green 101 ◦ blue 127

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

Shades of Blue Lagoon #09657F

Tints of Blue Lagoon #09657F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.59%

R = 3.8%
G = 42.62%
B = 53.59%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09657F (or 0x09657F) is known color: Blue Lagoon. HEX triplet: 09, 65 and 7F. RGB value is (9,101,127). Sum of RGB (Red+Green+Blue) = 9+101+127=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #09657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09657F is #F69A80. Grayscale: #4C4C4C. Windows color (decimal): -16161409 or 8348937. OLE color: 8348937.

HSL color Cylindrical-coordinate representation of color #09657F: hue angle of 193.22º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09657F is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 101 127 -
CMYK 0.93 0.20 0 0.50
HSL 193.22º 0.87% 0.27% -
HSV(B) 193.22º 0.93% 0.5% -
XYZ 8.6 10.9 21.73 -
YUV 76.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 9 101 127 0.93 0.20 0 0.50 193.22 0.87 0.27
Hex 9 65 7F 5D 14 0 32 C1 57 1B
Octal 11 145 177 135 24 0 62 301 127 33
Binary 1001 1100101 1111111 1011101 10100 0 110010 11000001 1010111 11011

Color Harmonies of #09657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09657F

Black with #09657F

Text Example


Text Example

White with #09657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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