#718AC4

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

Shades of Wild Blue Yonder #718AC4

Tints of Wild Blue Yonder #718AC4

Color information

#718AC4 (or 0x718AC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and C4. RGB value is (113,138,196). Sum of RGB (Red+Green+Blue) = 113+138+196=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #718AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718AC4 is #8E753B. Grayscale: #888888. Windows color (decimal): -9336124 or 12880497. OLE color: 12880497.

HSL color Cylindrical-coordinate representation of color #718AC4: hue angle of 221.93º 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 #718AC4 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113138196-
CMYK0.420.3000.23
HSL221.93º41.29%60.59%-
HSV(B)221.93º42.35%76.86%-
XYZ25.8625.6755.82-
YUV137.14161.22110.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.28%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=25.28%
G=30.87%
B=43.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131381960.420.3000.23221.9341.2960.59
Hex718AC42A1E017de293d
Octal16121230452360273365175
Binary111000110001010110001001010101111001011111011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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