#718FBC

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

Shades of Wild Blue Yonder #718FBC

Tints of Wild Blue Yonder #718FBC

Color information

#718FBC (or 0x718FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8F and BC. RGB value is (113,143,188). Sum of RGB (Red+Green+Blue) = 113+143+188=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #718FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBC is #8E7043. Grayscale: #8A8A8A. Windows color (decimal): -9334852 or 12357489. OLE color: 12357489.

HSL color Cylindrical-coordinate representation of color #718FBC: hue angle of 216º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718FBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113143188-
CMYK0.400.2400.26
HSL216º35.89%59.02%-
HSV(B)216º39.89%73.73%-
XYZ25.7126.7951.39-
YUV139.16155.56109.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=25.45%
G=32.21%
B=42.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131431880.400.2400.2621635.8959.02
Hex718FBC281801Ad8243b
Octal16121727450300323304473
Binary111000110001111101111001010001100001101011011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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