#718ECF

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

Shades of Wild Blue Yonder #718ECF

Tints of Wild Blue Yonder #718ECF

Color information

#718ECF (or 0x718ECF) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8E and CF. RGB value is (113,142,207). Sum of RGB (Red+Green+Blue) = 113+142+207=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #718ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ECF is #8E7130. Grayscale: #8C8C8C. Windows color (decimal): -9335089 or 13602417. OLE color: 13602417.

HSL color Cylindrical-coordinate representation of color #718ECF: hue angle of 221.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ECF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113142207-
CMYK0.450.3100.19
HSL221.49º49.47%62.75%-
HSV(B)221.49º45.41%81.18%-
XYZ27.7527.3662.85-
YUV140.74165.39108.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.46%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=24.46%
G=30.74%
B=44.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131422070.450.3100.19221.4949.4762.75
Hex718ECF2D1F013dd313f
Octal16121631755370233356177
Binary111000110001110110011111011011111101001111011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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