#708FBC

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

Shades of Wild Blue Yonder #708FBC

Tints of Wild Blue Yonder #708FBC

Color information

#708FBC (or 0x708FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8F and BC. RGB value is (112,143,188). Sum of RGB (Red+Green+Blue) = 112+143+188=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #708FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FBC is #8F7043. Grayscale: #8A8A8A. Windows color (decimal): -9400388 or 12357488. OLE color: 12357488.

HSL color Cylindrical-coordinate representation of color #708FBC: hue angle of 215.53º 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 #708FBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112143188-
CMYK0.400.2400.26
HSL215.53º36.19%58.82%-
HSV(B)215.53º40.43%73.73%-
XYZ25.5826.7251.39-
YUV138.86155.73108.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=25.28%
G=32.28%
B=42.44%

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
Decimal1121431880.400.2400.26215.5336.1958.82
Hex708FBC281801Ad8243b
Octal16021727450300323304473
Binary111000010001111101111001010001100001101011011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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