#708ABA

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

Shades of Wild Blue Yonder #708ABA

Tints of Wild Blue Yonder #708ABA

Color information

#708ABA (or 0x708ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and BA. RGB value is (112,138,186). Sum of RGB (Red+Green+Blue) = 112+138+186=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #708ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABA is #8F7545. Grayscale: #878787. Windows color (decimal): -9401670 or 12225136. OLE color: 12225136.

HSL color Cylindrical-coordinate representation of color #708ABA: hue angle of 218.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708ABA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112138186-
CMYK0.400.2600.27
HSL218.92º34.91%58.43%-
HSV(B)218.92º39.78%72.94%-
XYZ24.6325.1750.01-
YUV135.7156.39111.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=25.69%
G=31.65%
B=42.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121381860.400.2600.27218.9234.9158.43
Hex708ABA281A01Bdb233a
Octal16021227250320333334372
Binary111000010001010101110101010001101001101111011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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