#708ECB

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

Shades of Wild Blue Yonder #708ECB

Tints of Wild Blue Yonder #708ECB

Color information

#708ECB (or 0x708ECB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and CB. RGB value is (112,142,203). Sum of RGB (Red+Green+Blue) = 112+142+203=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #708ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECB is #8F7134. Grayscale: #8B8B8B. Windows color (decimal): -9400629 or 13340272. OLE color: 13340272.

HSL color Cylindrical-coordinate representation of color #708ECB: hue angle of 220.22º 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 #708ECB is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112142203-
CMYK0.450.3000.20
HSL220.22º46.67%61.76%-
HSV(B)220.22º44.83%79.61%-
XYZ27.1327.160.3-
YUV139.98163.56108.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=24.51%
G=31.07%
B=44.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121422030.450.3000.20220.2246.6761.76
Hex708ECB2D1E014dc2f3e
Octal16021631355360243345776
Binary111000010001110110010111011011111001010011011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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