#708ABD

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

Shades of Wild Blue Yonder #708ABD

Tints of Wild Blue Yonder #708ABD

Color information

#708ABD (or 0x708ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and BD. RGB value is (112,138,189). Sum of RGB (Red+Green+Blue) = 112+138+189=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #708ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABD is #8F7542. Grayscale: #878787. Windows color (decimal): -9401667 or 12421744. OLE color: 12421744.

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

Color convert

RGB112138189-
CMYK0.410.2700.26
HSL219.74º36.84%59.02%-
HSV(B)219.74º40.74%74.12%-
XYZ24.9625.351.71-
YUV136.04157.89110.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=25.51%
G=31.44%
B=43.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121381890.410.2700.26219.7436.8459.02
Hex708ABD291B01Adc253b
Octal16021227551330323344573
Binary111000010001010101111011010011101101101011011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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