#718CB9

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

Shades of Wild Blue Yonder #718CB9

Tints of Wild Blue Yonder #718CB9

Color information

#718CB9 (or 0x718CB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and B9. RGB value is (113,140,185). Sum of RGB (Red+Green+Blue) = 113+140+185=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #718CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CB9 is #8E7346. Grayscale: #888888. Windows color (decimal): -9335623 or 12160113. OLE color: 12160113.

HSL color Cylindrical-coordinate representation of color #718CB9: hue angle of 217.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718CB9 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113140185-
CMYK0.390.2400.27
HSL217.5º33.96%58.43%-
HSV(B)217.5º38.92%72.55%-
XYZ24.9525.7749.56-
YUV137.06155.05110.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=25.80%
G=31.96%
B=42.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131401850.390.2400.27217.533.9658.43
Hex718CB9271801Bda223a
Octal16121427147300333324272
Binary111000110001100101110011001111100001101111011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718CB9; }

 p { color: rgb(113,140,185); }

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

<style>
 a { background-color: #718CB9; }

 a { background-color: rgb(113,140,185); }

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

<style>
 span { border-color: #718CB9; }

 span { border-color: rgb(113,140,185); }

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