#7089CC

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

Shades of Wild Blue Yonder #7089CC

Tints of Wild Blue Yonder #7089CC

Color information

#7089CC (or 0x7089CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 89 and CC. RGB value is (112,137,204). Sum of RGB (Red+Green+Blue) = 112+137+204=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7089CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089CC is #8F7633. Grayscale: #888888. Windows color (decimal): -9401908 or 13404528. OLE color: 13404528.

HSL color Cylindrical-coordinate representation of color #7089CC: hue angle of 223.7º 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 #7089CC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112137204-
CMYK0.450.3300.2
HSL223.7º47.42%61.96%-
HSV(B)223.7º45.1%80%-
XYZ26.5325.760.69-
YUV137.16165.72110.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=24.72%
G=30.24%
B=45.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121372040.450.3300.2223.747.4261.96
Hex7089CC2D21014e02f3e
Octal16021131455410243405776
Binary1110000100010011100110010110110000101010011100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7089CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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