#709AAB

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

Shades of Bermuda Grey #709AAB

Tints of Bermuda Grey #709AAB

Color information

#709AAB (or 0x709AAB) is unknown color: approx Bermuda Grey. HEX triplet: 70, 9A and AB. RGB value is (112,154,171). Sum of RGB (Red+Green+Blue) = 112+154+171=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #709AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAB is #8F6554. Grayscale: #8F8F8F. Windows color (decimal): -9397589 or 11246192. OLE color: 11246192.

HSL color Cylindrical-coordinate representation of color #709AAB: hue angle of 197.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709AAB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112154171-
CMYK0.350.1000.33
HSL197.29º25.99%55.49%-
HSV(B)197.29º34.5%67.06%-
XYZ25.5929.542.87-
YUV143.38143.59105.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=25.63%
G=35.24%
B=39.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121541710.350.1000.33197.2925.9955.49
Hex709AAB23A021c51a37
Octal16023225343120413053267
Binary11100001001101010101011100011101001000011100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709AAB; }

 p { color: rgb(112,154,171); }

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

<style>
 a { background-color: #709AAB; }

 a { background-color: rgb(112,154,171); }

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

<style>
 span { border-color: #709AAB; }

 span { border-color: rgb(112,154,171); }

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