#718BB8

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

Shades of Wild Blue Yonder #718BB8

Tints of Wild Blue Yonder #718BB8

Color information

#718BB8 (or 0x718BB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8B and B8. RGB value is (113,139,184). Sum of RGB (Red+Green+Blue) = 113+139+184=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #718BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BB8 is #8E7447. Grayscale: #888888. Windows color (decimal): -9335880 or 12094321. OLE color: 12094321.

HSL color Cylindrical-coordinate representation of color #718BB8: hue angle of 218.03º 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 #718BB8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB113139184-
CMYK0.390.2400.28
HSL218.03º33.33%58.24%-
HSV(B)218.03º38.59%72.16%-
XYZ24.6925.4448.96-
YUV136.36154.89111.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=25.92%
G=31.88%
B=42.20%

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
Decimal1131391840.390.2400.28218.0333.3358.24
Hex718BB8271801Cda213a
Octal16121327047300343324172
Binary111000110001011101110001001111100001110011011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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