#708DC6

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

Shades of Wild Blue Yonder #708DC6

Tints of Wild Blue Yonder #708DC6

Color information

#708DC6 (or 0x708DC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8D and C6. RGB value is (112,141,198). Sum of RGB (Red+Green+Blue) = 112+141+198=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #708DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DC6 is #8F7239. Grayscale: #8A8A8A. Windows color (decimal): -9400890 or 13012336. OLE color: 13012336.

HSL color Cylindrical-coordinate representation of color #708DC6: hue angle of 219.77º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708DC6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112141198-
CMYK0.430.2900.22
HSL219.77º43%60.78%-
HSV(B)219.77º43.43%77.65%-
XYZ26.426.5757.16-
YUV138.83161.39108.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=24.83%
G=31.26%
B=43.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121411980.430.2900.22219.774360.78
Hex708DC62B1D016dc2b3d
Octal16021530653350263345375
Binary111000010001101110001101010111110101011011011100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,198); }

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

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

 a { background-color: rgb(112,141,198); }

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

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

 span { border-color: rgb(112,141,198); }

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