#718FBA

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

Shades of Wild Blue Yonder #718FBA

Tints of Wild Blue Yonder #718FBA

Color information

#718FBA (or 0x718FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8F and BA. RGB value is (113,143,186). Sum of RGB (Red+Green+Blue) = 113+143+186=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #718FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBA is #8E7045. Grayscale: #8A8A8A. Windows color (decimal): -9334854 or 12226417. OLE color: 12226417.

HSL color Cylindrical-coordinate representation of color #718FBA: hue angle of 215.34º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718FBA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113143186-
CMYK0.390.2300.27
HSL215.34º34.6%58.63%-
HSV(B)215.34º39.25%72.94%-
XYZ25.526.750.26-
YUV138.93154.56109.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=25.57%
G=32.35%
B=42.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131431860.390.2300.27215.3434.658.63
Hex718FBA271701Bd7233b
Octal16121727247270333274373
Binary111000110001111101110101001111011101101111010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,186); }

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

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

 a { background-color: rgb(113,143,186); }

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

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

 span { border-color: rgb(113,143,186); }

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