#7096AD

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

Shades of Bermuda Grey #7096AD

Tints of Bermuda Grey #7096AD

Color information

#7096AD (or 0x7096AD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 96 and AD. RGB value is (112,150,173). Sum of RGB (Red+Green+Blue) = 112+150+173=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #7096AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7096AD is #8F6952. Grayscale: #8D8D8D. Windows color (decimal): -9398611 or 11376240. OLE color: 11376240.

HSL color Cylindrical-coordinate representation of color #7096AD: hue angle of 202.62º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7096AD is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112150173-
CMYK0.350.1300.32
HSL202.62º27.11%55.88%-
HSV(B)202.62º35.26%67.84%-
XYZ25.1328.2743.67-
YUV141.26145.91107.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=25.75%
G=34.48%
B=39.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121501730.350.1300.32202.6227.1155.88
Hex7096AD23D020cb1b38
Octal16022625543150403133370
Binary11100001001011010101101100011110101000001100101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7096AD; }

 p { color: rgb(112,150,173); }

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

<style>
 a { background-color: #7096AD; }

 a { background-color: rgb(112,150,173); }

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

<style>
 span { border-color: #7096AD; }

 span { border-color: rgb(112,150,173); }

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