#718CB8

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

Shades of Wild Blue Yonder #718CB8

Tints of Wild Blue Yonder #718CB8

Color information

#718CB8 (or 0x718CB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and B8. RGB value is (113,140,184). Sum of RGB (Red+Green+Blue) = 113+140+184=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #718CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CB8 is #8E7347. Grayscale: #888888. Windows color (decimal): -9335624 or 12094577. OLE color: 12094577.

HSL color Cylindrical-coordinate representation of color #718CB8: hue angle of 217.18º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718CB8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB113140184-
CMYK0.390.2400.28
HSL217.18º33.33%58.24%-
HSV(B)217.18º38.59%72.16%-
XYZ24.8425.7349-
YUV136.94154.55110.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=25.86%
G=32.04%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131401840.390.2400.28217.1833.3358.24
Hex718CB8271801Cd9213a
Octal16121427047300343314172
Binary111000110001100101110001001111100001110011011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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