#708FCE

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

Shades of Wild Blue Yonder #708FCE

Tints of Wild Blue Yonder #708FCE

Color information

#708FCE (or 0x708FCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8F and CE. RGB value is (112,143,206). Sum of RGB (Red+Green+Blue) = 112+143+206=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #708FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FCE is #8F7031. Grayscale: #8C8C8C. Windows color (decimal): -9400370 or 13537136. OLE color: 13537136.

HSL color Cylindrical-coordinate representation of color #708FCE: hue angle of 220.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708FCE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112143206-
CMYK0.460.3100.19
HSL220.21º48.96%62.35%-
HSV(B)220.21º45.63%80.78%-
XYZ27.6527.5562.25-
YUV140.91164.73107.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=24.30%
G=31.02%
B=44.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121432060.460.3100.19220.2148.9662.35
Hex708FCE2E1F013dc313e
Octal16021731656370233346176
Binary111000010001111110011101011101111101001111011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,143,206); }

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

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

 a { background-color: rgb(112,143,206); }

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

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

 span { border-color: rgb(112,143,206); }

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