#708AC2

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

Shades of Wild Blue Yonder #708AC2

Tints of Wild Blue Yonder #708AC2

Color information

#708AC2 (or 0x708AC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and C2. RGB value is (112,138,194). Sum of RGB (Red+Green+Blue) = 112+138+194=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #708AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AC2 is #8F753D. Grayscale: #888888. Windows color (decimal): -9401662 or 12749424. OLE color: 12749424.

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

Color convert

RGB112138194-
CMYK0.420.2900.24
HSL220.98º40.2%60%-
HSV(B)220.98º42.27%76.08%-
XYZ25.5125.5254.62-
YUV136.61160.39110.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 194 (76.17% from 255) = 43.69%
R=25.23%
G=31.08%
B=43.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121381940.420.2900.24220.9840.260
Hex708AC22A1D018dd283c
Octal16021230252350303355074
Binary111000010001010110000101010101110101100011011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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