#7089B6

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

Shades of Wild Blue Yonder #7089B6

Tints of Wild Blue Yonder #7089B6

Color information

#7089B6 (or 0x7089B6) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 89 and B6. RGB value is (112,137,182). Sum of RGB (Red+Green+Blue) = 112+137+182=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #7089B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089B6 is #8F7649. Grayscale: #868686. Windows color (decimal): -9401930 or 11962736. OLE color: 11962736.

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

Color convert

RGB112137182-
CMYK0.380.2500.29
HSL218.57º32.41%57.65%-
HSV(B)218.57º38.46%71.37%-
XYZ24.0724.7147.76-
YUV134.66154.72111.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=25.99%
G=31.79%
B=42.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121371820.380.2500.29218.5732.4157.65
Hex7089B6261901Ddb203a
Octal16021126646310353334072
Binary111000010001001101101101001101100101110111011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7089B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7089B6; }

 p { color: rgb(112,137,182); }

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

<style>
 a { background-color: #7089B6; }

 a { background-color: rgb(112,137,182); }

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

<style>
 span { border-color: #7089B6; }

 span { border-color: rgb(112,137,182); }

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