#708EBE

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

Shades of Wild Blue Yonder #708EBE

Tints of Wild Blue Yonder #708EBE

Color information

#708EBE (or 0x708EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and BE. RGB value is (112,142,190). Sum of RGB (Red+Green+Blue) = 112+142+190=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #708EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EBE is #8F7141. Grayscale: #8A8A8A. Windows color (decimal): -9400642 or 12488304. OLE color: 12488304.

HSL color Cylindrical-coordinate representation of color #708EBE: hue angle of 216.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708EBE is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112142190-
CMYK0.410.2500.25
HSL216.92º37.5%59.22%-
HSV(B)216.92º41.05%74.51%-
XYZ25.6526.5152.48-
YUV138.5157.06109.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=25.23%
G=31.98%
B=42.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121421900.410.2500.25216.9237.559.22
Hex708EBE2919019d9263b
Octal16021627651310313314673
Binary111000010001110101111101010011100101100111011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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