#7086B5

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

Shades of Wild Blue Yonder #7086B5

Tints of Wild Blue Yonder #7086B5

Color information

#7086B5 (or 0x7086B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 86 and B5. RGB value is (112,134,181). Sum of RGB (Red+Green+Blue) = 112+134+181=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #7086B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086B5 is #8F794A. Grayscale: #848484. Windows color (decimal): -9402699 or 11896432. OLE color: 11896432.

HSL color Cylindrical-coordinate representation of color #7086B5: hue angle of 220.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7086B5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112134181-
CMYK0.380.2600.29
HSL220.87º31.8%57.45%-
HSV(B)220.87º38.12%70.98%-
XYZ23.5523.8347.07-
YUV132.78155.21113.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=26.23%
G=31.38%
B=42.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121341810.380.2600.29220.8731.857.45
Hex7086B5261A01Ddd2039
Octal16020626546320353354071
Binary111000010000110101101011001101101001110111011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7086B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7086B5; }

 p { color: rgb(112,134,181); }

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

<style>
 a { background-color: #7086B5; }

 a { background-color: rgb(112,134,181); }

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

<style>
 span { border-color: #7086B5; }

 span { border-color: rgb(112,134,181); }

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