#7091BB

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

Shades of Wild Blue Yonder #7091BB

Tints of Wild Blue Yonder #7091BB

Color information

#7091BB (or 0x7091BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 91 and BB. RGB value is (112,145,187). Sum of RGB (Red+Green+Blue) = 112+145+187=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #7091BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091BB is #8F6E44. Grayscale: #8B8B8B. Windows color (decimal): -9399877 or 12292464. OLE color: 12292464.

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

Color convert

RGB112145187-
CMYK0.400.2200.27
HSL213.6º35.55%58.63%-
HSV(B)213.6º40.11%73.33%-
XYZ25.7827.2850.92-
YUV139.92154.57108.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=25.23%
G=32.66%
B=42.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121451870.400.2200.27213.635.5558.63
Hex7091BB281601Bd6243b
Octal16022127350260333264473
Binary111000010010001101110111010001011001101111010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7091BB; }

 p { color: rgb(112,145,187); }

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

<style>
 a { background-color: #7091BB; }

 a { background-color: rgb(112,145,187); }

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

<style>
 span { border-color: #7091BB; }

 span { border-color: rgb(112,145,187); }

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