#718E9F

Color #718E9F Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #718E9F

Tints of Bermuda Grey #718E9F

Color information

#718E9F (or 0x718E9F) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8E and 9F. RGB value is (113,142,159). Sum of RGB (Red+Green+Blue) = 113+142+159=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #718E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E9F is #8E7160. Grayscale: #878787. Windows color (decimal): -9335137 or 10456689. OLE color: 10456689.

HSL color Cylindrical-coordinate representation of color #718E9F: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718E9F is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113142159-
CMYK0.290.1100.38
HSL202.17º19.33%53.33%-
HSV(B)202.17º28.93%62.35%-
XYZ22.7425.3636.5-
YUV135.27141.39112.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=27.29%
G=34.30%
B=38.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131421590.290.1100.38202.1719.3353.33
Hex718E9F1DB026ca1335
Octal16121623735130463122365
Binary1110001100011101001111111101101101001101100101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718E9F; }

 p { color: rgb(113,142,159); }

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

<style>
 a { background-color: #718E9F; }

 a { background-color: rgb(113,142,159); }

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

<style>
 span { border-color: #718E9F; }

 span { border-color: rgb(113,142,159); }

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