#095E7F

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

Shades of Blue Lagoon #095E7F

Tints of Blue Lagoon #095E7F

Color information

#095E7F (or 0x095E7F) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5E and 7F. RGB value is (9,94,127). Sum of RGB (Red+Green+Blue) = 9+94+127=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #095E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E7F is #F6A180. Grayscale: #484848. Windows color (decimal): -16163201 or 8347145. OLE color: 8347145.

HSL color Cylindrical-coordinate representation of color #095E7F: hue angle of 196.78º 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 #095E7F is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB994127-
CMYK0.930.2600.50
HSL196.78º86.76%26.67%-
HSV(B)196.78º92.91%49.8%-
XYZ7.959.621.51-
YUV72.35158.8482.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 127 (50% from 255) = 55.22%
R=3.91%
G=40.87%
B=55.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9941270.930.2600.50196.7886.7626.67
Hex95E7F5D1A032c5571b
Octal111361771353206230512733
Binary100110111101111111101110111010011001011000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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