#718CBA

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

Shades of Wild Blue Yonder #718CBA

Tints of Wild Blue Yonder #718CBA

Color information

#718CBA (or 0x718CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and BA. RGB value is (113,140,186). Sum of RGB (Red+Green+Blue) = 113+140+186=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #718CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CBA is #8E7345. Grayscale: #888888. Windows color (decimal): -9335622 or 12225649. OLE color: 12225649.

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

Color convert

RGB113140186-
CMYK0.390.2500.27
HSL217.81º34.6%58.63%-
HSV(B)217.81º39.25%72.94%-
XYZ25.0525.8150.12-
YUV137.17155.55110.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=25.74%
G=31.89%
B=42.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131401860.390.2500.27217.8134.658.63
Hex718CBA271901Bda233b
Octal16121427247310333324373
Binary111000110001100101110101001111100101101111011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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