#718EC2

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

Shades of Wild Blue Yonder #718EC2

Tints of Wild Blue Yonder #718EC2

Color information

#718EC2 (or 0x718EC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8E and C2. RGB value is (113,142,194). Sum of RGB (Red+Green+Blue) = 113+142+194=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #718EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EC2 is #8E713D. Grayscale: #8B8B8B. Windows color (decimal): -9335102 or 12750449. OLE color: 12750449.

HSL color Cylindrical-coordinate representation of color #718EC2: hue angle of 218.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718EC2 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB113142194-
CMYK0.420.2700.24
HSL218.52º39.9%60.2%-
HSV(B)218.52º41.75%76.08%-
XYZ26.2226.7554.82-
YUV139.26158.89109.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=25.17%
G=31.63%
B=43.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131421940.420.2700.24218.5239.960.2
Hex718EC22A1B018db283c
Octal16121630252330303335074
Binary111000110001110110000101010101101101100011011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,142,194); }

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

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

 a { background-color: rgb(113,142,194); }

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

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

 span { border-color: rgb(113,142,194); }

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