#708ABE

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

Shades of Wild Blue Yonder #708ABE

Tints of Wild Blue Yonder #708ABE

Color information

#708ABE (or 0x708ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and BE. RGB value is (112,138,190). Sum of RGB (Red+Green+Blue) = 112+138+190=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #708ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABE is #8F7541. Grayscale: #878787. Windows color (decimal): -9401666 or 12487280. OLE color: 12487280.

HSL color Cylindrical-coordinate representation of color #708ABE: hue angle of 220º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708ABE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112138190-
CMYK0.410.2700.25
HSL220º37.5%59.22%-
HSV(B)220º41.05%74.51%-
XYZ25.0625.3452.29-
YUV136.15158.39110.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=25.45%
G=31.36%
B=43.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121381900.410.2700.2522037.559.22
Hex708ABE291B019dc263b
Octal16021227651330313344673
Binary111000010001010101111101010011101101100111011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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