#095f65

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

Shades of Blue Lagoon #095F65

Tints of Blue Lagoon #095F65

Color information

#095F65 (or 0x095F65) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5F and 65. RGB value is (9,95,101). Sum of RGB (Red+Green+Blue) = 9+95+101=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #095F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F65 is #F6A09A. Grayscale: #454545. Windows color (decimal): -16162971 or 6643465. OLE color: 6643465.

HSL color Cylindrical-coordinate representation of color #095F65: hue angle of 183.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F65 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB995101-
CMYK0.910.0600.60
HSL183.91º83.64%21.57%-
HSV(B)183.91º91.09%39.61%-
XYZ6.559.1813.74-
YUV69.97145.5184.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=4.39%
G=46.34%
B=49.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9951010.910.0600.60183.9183.6421.57
Hex95F655B603Cb85416
Octal11137145133607427012426
Binary1001101111111001011011011110011110010111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095f65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095f65; }

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

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

<style>
 a { background-color: #095f65; }

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

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

<style>
 span { border-color: #095f65; }

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

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