#708ABC

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

Shades of Wild Blue Yonder #708ABC

Tints of Wild Blue Yonder #708ABC

Color information

#708ABC (or 0x708ABC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and BC. RGB value is (112,138,188). Sum of RGB (Red+Green+Blue) = 112+138+188=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #708ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABC is #8F7543. Grayscale: #878787. Windows color (decimal): -9401668 or 12356208. OLE color: 12356208.

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

Color convert

RGB112138188-
CMYK0.400.2700.26
HSL219.47º36.19%58.82%-
HSV(B)219.47º40.43%73.73%-
XYZ24.8525.2551.14-
YUV135.93157.39110.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=25.57%
G=31.51%
B=42.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121381880.400.2700.26219.4736.1958.82
Hex708ABC281B01Adb243b
Octal16021227450330323334473
Binary111000010001010101111001010001101101101011011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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