#718AC8

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

Shades of Wild Blue Yonder #718AC8

Tints of Wild Blue Yonder #718AC8

Color information

#718AC8 (or 0x718AC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and C8. RGB value is (113,138,200). Sum of RGB (Red+Green+Blue) = 113+138+200=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #718AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718AC8 is #8E7537. Grayscale: #898989. Windows color (decimal): -9336120 or 13142641. OLE color: 13142641.

HSL color Cylindrical-coordinate representation of color #718AC8: hue angle of 222.76º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718AC8 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113138200-
CMYK0.440.3100.22
HSL222.76º44.16%61.37%-
HSV(B)222.76º43.5%78.43%-
XYZ26.3225.8658.25-
YUV137.59163.22110.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=25.06%
G=30.60%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131382000.440.3100.22222.7644.1661.37
Hex718AC82C1F016df2c3d
Octal16121231054370263375475
Binary111000110001010110010001011001111101011011011111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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