#718ACD

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

Shades of Wild Blue Yonder #718ACD

Tints of Wild Blue Yonder #718ACD

Color information

#718ACD (or 0x718ACD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and CD. RGB value is (113,138,205). Sum of RGB (Red+Green+Blue) = 113+138+205=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #718ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ACD is #8E7532. Grayscale: #898989. Windows color (decimal): -9336115 or 13470321. OLE color: 13470321.

HSL color Cylindrical-coordinate representation of color #718ACD: hue angle of 223.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ACD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113138205-
CMYK0.450.3300.20
HSL223.7º47.92%62.35%-
HSV(B)223.7º44.88%80.39%-
XYZ26.9226.161.38-
YUV138.16165.72110.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=24.78%
G=30.26%
B=44.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131382050.450.3300.20223.747.9262.35
Hex718ACD2D21014e0303e
Octal16121231555410243406076
Binary1110001100010101100110110110110000101010011100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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