#708AC9

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

Shades of Wild Blue Yonder #708AC9

Tints of Wild Blue Yonder #708AC9

Color information

#708AC9 (or 0x708AC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and C9. RGB value is (112,138,201). Sum of RGB (Red+Green+Blue) = 112+138+201=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #708AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AC9 is #8F7536. Grayscale: #898989. Windows color (decimal): -9401655 or 13208176. OLE color: 13208176.

HSL color Cylindrical-coordinate representation of color #708AC9: hue angle of 222.47º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708AC9 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112138201-
CMYK0.440.3100.21
HSL222.47º45.18%61.37%-
HSV(B)222.47º44.28%78.82%-
XYZ26.3125.8458.86-
YUV137.41163.89109.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=24.83%
G=30.60%
B=44.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121382010.440.3100.21222.4745.1861.37
Hex708AC92C1F015de2d3d
Octal16021231154370253365575
Binary111000010001010110010011011001111101010111011110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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