#718EBC

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

Shades of Wild Blue Yonder #718EBC

Tints of Wild Blue Yonder #718EBC

Color information

#718EBC (or 0x718EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8E and BC. RGB value is (113,142,188). Sum of RGB (Red+Green+Blue) = 113+142+188=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #718EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EBC is #8E7143. Grayscale: #8A8A8A. Windows color (decimal): -9335108 or 12357233. OLE color: 12357233.

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

Color convert

RGB113142188-
CMYK0.400.2400.26
HSL216.8º35.89%59.02%-
HSV(B)216.8º39.89%73.73%-
XYZ25.5626.4951.34-
YUV138.57155.89109.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=25.51%
G=32.05%
B=42.44%

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
Decimal1131421880.400.2400.26216.835.8959.02
Hex718EBC281801Ad9243b
Octal16121627450300323314473
Binary111000110001110101111001010001100001101011011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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