#708acb

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

Shades of Wild Blue Yonder #708ACB

Tints of Wild Blue Yonder #708ACB

Color information

#708ACB (or 0x708ACB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8A and CB. RGB value is (112,138,203). Sum of RGB (Red+Green+Blue) = 112+138+203=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #708ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ACB is #8F7534. Grayscale: #898989. Windows color (decimal): -9401653 or 13339248. OLE color: 13339248.

HSL color Cylindrical-coordinate representation of color #708ACB: hue angle of 222.86º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708ACB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112138203-
CMYK0.450.3200.20
HSL222.86º46.67%61.76%-
HSV(B)222.86º44.83%79.61%-
XYZ26.5525.9360.11-
YUV137.64164.89109.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=24.72%
G=30.46%
B=44.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121382030.450.3200.20222.8646.6761.76
Hex708ACB2D20014df2f3e
Octal16021231355400243375776
Binary1110000100010101100101110110110000001010011011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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