#708ECC

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

Shades of Wild Blue Yonder #708ECC

Tints of Wild Blue Yonder #708ECC

Color information

#708ECC (or 0x708ECC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and CC. RGB value is (112,142,204). Sum of RGB (Red+Green+Blue) = 112+142+204=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #708ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECC is #8F7133. Grayscale: #8B8B8B. Windows color (decimal): -9400628 or 13405808. OLE color: 13405808.

HSL color Cylindrical-coordinate representation of color #708ECC: hue angle of 220.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708ECC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112142204-
CMYK0.450.3000.2
HSL220.43º47.42%61.96%-
HSV(B)220.43º45.1%80%-
XYZ27.2527.1560.93-
YUV140.1164.06107.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=24.45%
G=31.00%
B=44.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121422040.450.3000.2220.4347.4261.96
Hex708ECC2D1E014dc2f3e
Octal16021631455360243345776
Binary111000010001110110011001011011111001010011011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,204); }

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

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

 a { background-color: rgb(112,142,204); }

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

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

 span { border-color: rgb(112,142,204); }

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