#758ACE

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

Shades of Wild Blue Yonder #758ACE

Tints of Wild Blue Yonder #758ACE

Color information

#758ACE (or 0x758ACE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and CE. RGB value is (117,138,206). Sum of RGB (Red+Green+Blue) = 117+138+206=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #758ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ACE is #8A7531. Grayscale: #8B8B8B. Windows color (decimal): -9073970 or 13535861. OLE color: 13535861.

HSL color Cylindrical-coordinate representation of color #758ACE: hue angle of 225.84º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758ACE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117138206-
CMYK0.430.3300.19
HSL225.84º47.59%63.33%-
HSV(B)225.84º43.2%80.78%-
XYZ27.5726.4262.04-
YUV139.47165.54111.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=25.38%
G=29.93%
B=44.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171382060.430.3300.19225.8447.5963.33
Hex758ACE2B21013e2303f
Octal16521231653410233426077
Binary1110101100010101100111010101110000101001111100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,206); }

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

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

 a { background-color: rgb(117,138,206); }

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

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

 span { border-color: rgb(117,138,206); }

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