#09647E

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

Shades of Blue Lagoon #09647E

Tints of Blue Lagoon #09647E

Color information

#09647E (or 0x09647E) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 7E. RGB value is (9,100,126). Sum of RGB (Red+Green+Blue) = 9+100+126=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #09647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09647E is #F69B81. Grayscale: #4B4B4B. Windows color (decimal): -16161666 or 8283145. OLE color: 8283145.

HSL color Cylindrical-coordinate representation of color #09647E: hue angle of 193.33º 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 #09647E is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9100126-
CMYK0.930.2100.51
HSL193.33º86.67%26.47%-
HSV(B)193.33º92.86%49.41%-
XYZ8.4410.6821.36-
YUV75.76156.3580.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 126 (49.61% from 255) = 53.62%
R=3.83%
G=42.55%
B=53.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91001260.930.2100.51193.3386.6726.47
Hex9647E5D15033c1571a
Octal111441761352506330112732
Binary100111001001111110101110110101011001111000001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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