#2F8B87

Color #2F8B87 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #2F8B87

Tints of Blue Chill #2F8B87

Color information

#2F8B87 (or 0x2F8B87) is unknown color: approx Blue Chill. HEX triplet: 2F, 8B and 87. RGB value is (47,139,135). Sum of RGB (Red+Green+Blue) = 47+139+135=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8B87 is #D07478. Grayscale: #6E6E6E. Windows color (decimal): -13661305 or 8882991. OLE color: 8882991.

HSL color Cylindrical-coordinate representation of color #2F8B87: hue angle of 177.39º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B87 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB47139135-
CMYK0.6600.030.45
HSL177.39º49.46%36.47%-
HSV(B)177.39º66.19%54.51%-
XYZ14.7820.8226.16-
YUV111.04141.5282.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=14.64%
G=43.30%
B=42.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471391350.6600.030.45177.3949.4636.47
Hex2F8B8742032Db13124
Octal5721320710203552616144
Binary1011111000101110000111100001001110110110110001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8B87; }

 p { color: rgb(47,139,135); }

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

<style>
 a { background-color: #2F8B87; }

 a { background-color: rgb(47,139,135); }

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

<style>
 span { border-color: #2F8B87; }

 span { border-color: rgb(47,139,135); }

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