#718DBE

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

Shades of Wild Blue Yonder #718DBE

Tints of Wild Blue Yonder #718DBE

Color information

#718DBE (or 0x718DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8D and BE. RGB value is (113,141,190). Sum of RGB (Red+Green+Blue) = 113+141+190=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #718DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBE is #8E7241. Grayscale: #898989. Windows color (decimal): -9335362 or 12488049. OLE color: 12488049.

HSL color Cylindrical-coordinate representation of color #718DBE: hue angle of 218.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718DBE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113141190-
CMYK0.410.2600.25
HSL218.18º37.2%59.41%-
HSV(B)218.18º40.53%74.51%-
XYZ25.6326.2852.44-
YUV138.21157.22110.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=25.45%
G=31.76%
B=42.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131411900.410.2600.25218.1837.259.41
Hex718DBE291A019da253b
Octal16121527651320313324573
Binary111000110001101101111101010011101001100111011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,141,190); }

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

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

 a { background-color: rgb(113,141,190); }

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

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

 span { border-color: rgb(113,141,190); }

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