#718EC4

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

Shades of Wild Blue Yonder #718EC4

Tints of Wild Blue Yonder #718EC4

Color information

#718EC4 (or 0x718EC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8E and C4. RGB value is (113,142,196). Sum of RGB (Red+Green+Blue) = 113+142+196=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #718EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EC4 is #8E713B. Grayscale: #8B8B8B. Windows color (decimal): -9335100 or 12881521. OLE color: 12881521.

HSL color Cylindrical-coordinate representation of color #718EC4: hue angle of 219.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718EC4 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113142196-
CMYK0.420.2800.23
HSL219.04º41.29%60.59%-
HSV(B)219.04º42.35%76.86%-
XYZ26.4526.8456.01-
YUV139.48159.89109.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=25.06%
G=31.49%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131421960.420.2800.23219.0441.2960.59
Hex718EC42A1C017db293d
Octal16121630452340273335175
Binary111000110001110110001001010101110001011111011011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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