#718CBE

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

Shades of Wild Blue Yonder #718CBE

Tints of Wild Blue Yonder #718CBE

Color information

#718CBE (or 0x718CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and BE. RGB value is (113,140,190). Sum of RGB (Red+Green+Blue) = 113+140+190=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #718CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CBE is #8E7341. Grayscale: #898989. Windows color (decimal): -9335618 or 12487793. OLE color: 12487793.

HSL color Cylindrical-coordinate representation of color #718CBE: hue angle of 218.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718CBE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113140190-
CMYK0.410.2600.25
HSL218.96º37.2%59.41%-
HSV(B)218.96º40.53%74.51%-
XYZ25.4825.9852.39-
YUV137.63157.55110.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=25.51%
G=31.60%
B=42.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131401900.410.2600.25218.9637.259.41
Hex718CBE291A019db253b
Octal16121427651320313334573
Binary111000110001100101111101010011101001100111011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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