#708CC3

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

Shades of Wild Blue Yonder #708CC3

Tints of Wild Blue Yonder #708CC3

Color information

#708CC3 (or 0x708CC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8C and C3. RGB value is (112,140,195). Sum of RGB (Red+Green+Blue) = 112+140+195=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #708CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CC3 is #8F733C. Grayscale: #898989. Windows color (decimal): -9401149 or 12815472. OLE color: 12815472.

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

Color convert

RGB112140195-
CMYK0.430.2800.24
HSL219.76º40.89%60.2%-
HSV(B)219.76º42.56%76.47%-
XYZ25.9126.1455.31-
YUV137.9160.22109.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 195 (76.56% from 255) = 43.62%
R=25.06%
G=31.32%
B=43.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121401950.430.2800.24219.7640.8960.2
Hex708CC32B1C018dc293c
Octal16021430353340303345174
Binary111000010001100110000111010111110001100011011100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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