#7088BA

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

Shades of Wild Blue Yonder #7088BA

Tints of Wild Blue Yonder #7088BA

Color information

#7088BA (or 0x7088BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 88 and BA. RGB value is (112,136,186). Sum of RGB (Red+Green+Blue) = 112+136+186=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7088BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088BA is #8F7745. Grayscale: #868686. Windows color (decimal): -9402182 or 12224624. OLE color: 12224624.

HSL color Cylindrical-coordinate representation of color #7088BA: hue angle of 220.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7088BA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112136186-
CMYK0.400.2700.27
HSL220.54º34.91%58.43%-
HSV(B)220.54º39.78%72.94%-
XYZ24.3524.649.92-
YUV134.52157.05111.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=25.81%
G=31.34%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121361860.400.2700.27220.5434.9158.43
Hex7088BA281B01Bdd233a
Octal16021027250330333354372
Binary111000010001000101110101010001101101101111011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7088BA; }

 p { color: rgb(112,136,186); }

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

<style>
 a { background-color: #7088BA; }

 a { background-color: rgb(112,136,186); }

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

<style>
 span { border-color: #7088BA; }

 span { border-color: rgb(112,136,186); }

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