#708FBA

Color #708FBA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #708FBA

Tints of Wild Blue Yonder #708FBA

Color information

#708FBA (or 0x708FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8F and BA. RGB value is (112,143,186). Sum of RGB (Red+Green+Blue) = 112+143+186=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #708FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FBA is #8F7045. Grayscale: #8A8A8A. Windows color (decimal): -9400390 or 12226416. OLE color: 12226416.

HSL color Cylindrical-coordinate representation of color #708FBA: hue angle of 214.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708FBA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112143186-
CMYK0.400.2300.27
HSL214.86º34.91%58.43%-
HSV(B)214.86º39.78%72.94%-
XYZ25.3726.6350.26-
YUV138.63154.73109-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=25.40%
G=32.43%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121431860.400.2300.27214.8634.9158.43
Hex708FBA281701Bd7233a
Octal16021727250270333274372
Binary111000010001111101110101010001011101101111010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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