#758FBC

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

Shades of Wild Blue Yonder #758FBC

Tints of Wild Blue Yonder #758FBC

Color information

#758FBC (or 0x758FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and BC. RGB value is (117,143,188). Sum of RGB (Red+Green+Blue) = 117+143+188=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #758FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBC is #8A7043. Grayscale: #8C8C8C. Windows color (decimal): -9072708 or 12357493. OLE color: 12357493.

HSL color Cylindrical-coordinate representation of color #758FBC: hue angle of 218.03º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758FBC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117143188-
CMYK0.380.2400.26
HSL218.03º34.63%59.8%-
HSV(B)218.03º37.77%73.73%-
XYZ26.2427.0651.42-
YUV140.36154.89111.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=26.12%
G=31.92%
B=41.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171431880.380.2400.26218.0334.6359.8
Hex758FBC261801Ada233c
Octal16521727446300323324374
Binary111010110001111101111001001101100001101011011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758FBC; }

 p { color: rgb(117,143,188); }

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

<style>
 a { background-color: #758FBC; }

 a { background-color: rgb(117,143,188); }

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

<style>
 span { border-color: #758FBC; }

 span { border-color: rgb(117,143,188); }

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