#708EC3

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

Shades of Wild Blue Yonder #708EC3

Tints of Wild Blue Yonder #708EC3

Color information

#708EC3 (or 0x708EC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and C3. RGB value is (112,142,195). Sum of RGB (Red+Green+Blue) = 112+142+195=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #708EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EC3 is #8F713C. Grayscale: #8A8A8A. Windows color (decimal): -9400637 or 12815984. OLE color: 12815984.

HSL color Cylindrical-coordinate representation of color #708EC3: hue angle of 218.31º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708EC3 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112142195-
CMYK0.430.2700.24
HSL218.31º40.89%60.2%-
HSV(B)218.31º42.56%76.47%-
XYZ26.2126.7355.41-
YUV139.07159.56108.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=24.94%
G=31.63%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121421950.430.2700.24218.3140.8960.2
Hex708EC32B1B018da293c
Octal16021630353330303325174
Binary111000010001110110000111010111101101100011011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,195); }

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

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

 a { background-color: rgb(112,142,195); }

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

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

 span { border-color: rgb(112,142,195); }

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