#708BCE

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

Shades of Wild Blue Yonder #708BCE

Tints of Wild Blue Yonder #708BCE

Color information

#708BCE (or 0x708BCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8B and CE. RGB value is (112,139,206). Sum of RGB (Red+Green+Blue) = 112+139+206=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #708BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCE is #8F7431. Grayscale: #8A8A8A. Windows color (decimal): -9401394 or 13536112. OLE color: 13536112.

HSL color Cylindrical-coordinate representation of color #708BCE: hue angle of 222.77º 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 #708BCE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112139206-
CMYK0.460.3300.19
HSL222.77º48.96%62.35%-
HSV(B)222.77º45.63%80.78%-
XYZ27.0626.3762.06-
YUV138.56166.05109.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=24.51%
G=30.42%
B=45.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121392060.460.3300.19222.7748.9662.35
Hex708BCE2E21013df313e
Octal16021331656410233376176
Binary1110000100010111100111010111010000101001111011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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