#708BC3

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

Shades of Wild Blue Yonder #708BC3

Tints of Wild Blue Yonder #708BC3

Color information

#708BC3 (or 0x708BC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8B and C3. RGB value is (112,139,195). Sum of RGB (Red+Green+Blue) = 112+139+195=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #708BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BC3 is #8F743C. Grayscale: #898989. Windows color (decimal): -9401405 or 12815216. OLE color: 12815216.

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

Color convert

RGB112139195-
CMYK0.430.2900.24
HSL220.48º40.89%60.2%-
HSV(B)220.48º42.56%76.47%-
XYZ25.7725.8555.26-
YUV137.31160.55109.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=25.11%
G=31.17%
B=43.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121391950.430.2900.24220.4840.8960.2
Hex708BC32B1D018dc293c
Octal16021330353350303345174
Binary111000010001011110000111010111110101100011011100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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