#708EBC

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

Shades of Wild Blue Yonder #708EBC

Tints of Wild Blue Yonder #708EBC

Color information

#708EBC (or 0x708EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and BC. RGB value is (112,142,188). Sum of RGB (Red+Green+Blue) = 112+142+188=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #708EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EBC is #8F7143. Grayscale: #8A8A8A. Windows color (decimal): -9400644 or 12357232. OLE color: 12357232.

HSL color Cylindrical-coordinate representation of color #708EBC: hue angle of 216.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708EBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112142188-
CMYK0.400.2400.26
HSL216.32º36.19%58.82%-
HSV(B)216.32º40.43%73.73%-
XYZ25.4326.4251.34-
YUV138.27156.06109.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=25.34%
G=32.13%
B=42.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121421880.400.2400.26216.3236.1958.82
Hex708EBC281801Ad8243b
Octal16021627450300323304473
Binary111000010001110101111001010001100001101011011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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