#718CCD

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

Shades of Wild Blue Yonder #718CCD

Tints of Wild Blue Yonder #718CCD

Color information

#718CCD (or 0x718CCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and CD. RGB value is (113,140,205). Sum of RGB (Red+Green+Blue) = 113+140+205=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #718CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCD is #8E7332. Grayscale: #8B8B8B. Windows color (decimal): -9335603 or 13470833. OLE color: 13470833.

HSL color Cylindrical-coordinate representation of color #718CCD: hue angle of 222.39º 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 #718CCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113140205-
CMYK0.450.3200.20
HSL222.39º47.92%62.35%-
HSV(B)222.39º44.88%80.39%-
XYZ27.2126.6761.47-
YUV139.34165.05109.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=24.67%
G=30.57%
B=44.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131402050.450.3200.20222.3947.9262.35
Hex718CCD2D20014de303e
Octal16121431555400243366076
Binary1110001100011001100110110110110000001010011011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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