#718FAA

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

Shades of Bermuda Grey #718FAA

Tints of Bermuda Grey #718FAA

Color information

#718FAA (or 0x718FAA) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8F and AA. RGB value is (113,143,170). Sum of RGB (Red+Green+Blue) = 113+143+170=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #718FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAA is #8E7055. Grayscale: #888888. Windows color (decimal): -9334870 or 11177841. OLE color: 11177841.

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

Color convert

RGB113143170-
CMYK0.340.1600.33
HSL208.42º25.11%55.49%-
HSV(B)208.42º33.53%66.67%-
XYZ23.8926.0641.8-
YUV137.11146.56110.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=26.53%
G=33.57%
B=39.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131431700.340.1600.33208.4225.1155.49
Hex718FAA2210021d01937
Octal16121725242200413203167
Binary111000110001111101010101000101000001000011101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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