#718FAC

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

Shades of Bermuda Grey #718FAC

Tints of Bermuda Grey #718FAC

Color information

#718FAC (or 0x718FAC) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8F and AC. RGB value is (113,143,172). Sum of RGB (Red+Green+Blue) = 113+143+172=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #718FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAC is #8E7053. Grayscale: #898989. Windows color (decimal): -9334868 or 11308913. OLE color: 11308913.

HSL color Cylindrical-coordinate representation of color #718FAC: hue angle of 209.49º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718FAC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113143172-
CMYK0.340.1700.33
HSL209.49º26.22%55.88%-
HSV(B)209.49º34.3%67.45%-
XYZ24.0826.1342.81-
YUV137.34147.56110.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=26.40%
G=33.41%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131431720.340.1700.33209.4926.2255.88
Hex718FAC2211021d11a38
Octal16121725442210413213270
Binary111000110001111101011001000101000101000011101000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,172); }

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

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

 a { background-color: rgb(113,143,172); }

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

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

 span { border-color: rgb(113,143,172); }

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