#708ABB

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

Shades of Wild Blue Yonder #708ABB

Tints of Wild Blue Yonder #708ABB

Color information

#708ABB (or 0x708ABB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and BB. RGB value is (112,138,187). Sum of RGB (Red+Green+Blue) = 112+138+187=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #708ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABB is #8F7544. Grayscale: #878787. Windows color (decimal): -9401669 or 12290672. OLE color: 12290672.

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

Color convert

RGB112138187-
CMYK0.400.2600.27
HSL219.2º35.55%58.63%-
HSV(B)219.2º40.11%73.33%-
XYZ24.7425.2150.58-
YUV135.81156.89111.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=25.63%
G=31.58%
B=42.79%

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
Decimal1121381870.400.2600.27219.235.5558.63
Hex708ABB281A01Bdb243b
Octal16021227350320333334473
Binary111000010001010101110111010001101001101111011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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