#708FAD

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

Shades of Bermuda Grey #708FAD

Tints of Bermuda Grey #708FAD

Color information

#708FAD (or 0x708FAD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8F and AD. RGB value is (112,143,173). Sum of RGB (Red+Green+Blue) = 112+143+173=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #708FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FAD is #8F7052. Grayscale: #898989. Windows color (decimal): -9400403 or 11374448. OLE color: 11374448.

HSL color Cylindrical-coordinate representation of color #708FAD: hue angle of 209.51º 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 #708FAD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112143173-
CMYK0.350.1700.32
HSL209.51º27.11%55.88%-
HSV(B)209.51º35.26%67.84%-
XYZ24.0526.1143.31-
YUV137.15148.23110.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=26.17%
G=33.41%
B=40.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121431730.350.1700.32209.5127.1155.88
Hex708FAD2311020d21b38
Octal16021725543210403223370
Binary111000010001111101011011000111000101000001101001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708FAD; }

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

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

<style>
 a { background-color: #708FAD; }

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

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

<style>
 span { border-color: #708FAD; }

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

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