#7098AC

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

Shades of Bermuda Grey #7098AC

Tints of Bermuda Grey #7098AC

Color information

#7098AC (or 0x7098AC) is unknown color: approx Bermuda Grey. HEX triplet: 70, 98 and AC. RGB value is (112,152,172). Sum of RGB (Red+Green+Blue) = 112+152+172=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #7098AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7098AC is #8F6753. Grayscale: #8E8E8E. Windows color (decimal): -9398100 or 11311216. OLE color: 11311216.

HSL color Cylindrical-coordinate representation of color #7098AC: hue angle of 200º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7098AC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112152172-
CMYK0.350.1200.33
HSL200º26.55%55.69%-
HSV(B)200º34.88%67.45%-
XYZ25.3628.8843.27-
YUV142.32144.75106.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=25.69%
G=34.86%
B=39.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121521720.350.1200.3320026.5555.69
Hex7098AC23C021c81b38
Octal16023025443140413103370
Binary11100001001100010101100100011110001000011100100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7098AC; }

 p { color: rgb(112,152,172); }

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

<style>
 a { background-color: #7098AC; }

 a { background-color: rgb(112,152,172); }

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

<style>
 span { border-color: #7098AC; }

 span { border-color: rgb(112,152,172); }

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