#718DAA

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

Shades of Bermuda Grey #718DAA

Tints of Bermuda Grey #718DAA

Color information

#718DAA (or 0x718DAA) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8D and AA. RGB value is (113,141,170). Sum of RGB (Red+Green+Blue) = 113+141+170=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #718DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAA is #8E7255. Grayscale: #878787. Windows color (decimal): -9335382 or 11177329. OLE color: 11177329.

HSL color Cylindrical-coordinate representation of color #718DAA: hue angle of 210.53º 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 #718DAA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113141170-
CMYK0.340.1700.33
HSL210.53º25.11%55.49%-
HSV(B)210.53º33.53%66.67%-
XYZ23.5925.4641.7-
YUV135.93147.22111.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.65%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=26.65%
G=33.25%
B=40.09%

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
Decimal1131411700.340.1700.33210.5325.1155.49
Hex718DAA2211021d31937
Octal16121525242210413233167
Binary111000110001101101010101000101000101000011101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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