#708AC1

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

Shades of Wild Blue Yonder #708AC1

Tints of Wild Blue Yonder #708AC1

Color information

#708AC1 (or 0x708AC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and C1. RGB value is (112,138,193). Sum of RGB (Red+Green+Blue) = 112+138+193=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #708AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AC1 is #8F753E. Grayscale: #888888. Windows color (decimal): -9401663 or 12683888. OLE color: 12683888.

HSL color Cylindrical-coordinate representation of color #708AC1: hue angle of 220.74º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708AC1 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112138193-
CMYK0.420.2800.24
HSL220.74º39.51%59.8%-
HSV(B)220.74º41.97%75.69%-
XYZ25.425.4754.03-
YUV136.5159.89110.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=25.28%
G=31.15%
B=43.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121381930.420.2800.24220.7439.5159.8
Hex708AC12A1C018dd283c
Octal16021230152340303355074
Binary111000010001010110000011010101110001100011011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,193); }

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

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

 a { background-color: rgb(112,138,193); }

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

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

 span { border-color: rgb(112,138,193); }

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