#09657A

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

Shades of Blue Lagoon #09657A

Tints of Blue Lagoon #09657A

Color information

#09657A (or 0x09657A) is unknown color: approx 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

RGB9101122-
CMYK0.930.1700.52
HSL191.15º86.26%25.69%-
HSV(B)191.15º92.62%47.84%-
XYZ8.2810.7720.05-
YUV75.89154.0280.29-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91011220.930.1700.52191.1586.2625.69
Hex9657A5D11034bf561a
Octal111451721352106427712632
Binary100111001011111010101110110001011010010111111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>