#708EBB

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

Shades of Wild Blue Yonder #708EBB

Tints of Wild Blue Yonder #708EBB

Color information

#708EBB (or 0x708EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and BB. RGB value is (112,142,187). Sum of RGB (Red+Green+Blue) = 112+142+187=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #708EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EBB is #8F7144. Grayscale: #898989. Windows color (decimal): -9400645 or 12291696. OLE color: 12291696.

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

Color convert

RGB112142187-
CMYK0.400.2400.27
HSL216º35.55%58.63%-
HSV(B)216º40.11%73.33%-
XYZ25.3226.3850.77-
YUV138.16155.56109.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=25.40%
G=32.20%
B=42.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121421870.400.2400.2721635.5558.63
Hex708EBB281801Bd8243b
Octal16021627350300333304473
Binary111000010001110101110111010001100001101111011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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