#718BBD

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

Shades of Wild Blue Yonder #718BBD

Tints of Wild Blue Yonder #718BBD

Color information

#718BBD (or 0x718BBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8B and BD. RGB value is (113,139,189). Sum of RGB (Red+Green+Blue) = 113+139+189=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #718BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBD is #8E7442. Grayscale: #888888. Windows color (decimal): -9335875 or 12422001. OLE color: 12422001.

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

Color convert

RGB113139189-
CMYK0.400.2600.26
HSL219.47º36.54%59.22%-
HSV(B)219.47º40.21%74.12%-
XYZ25.2325.6551.77-
YUV136.93157.39110.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=25.62%
G=31.52%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131391890.400.2600.26219.4736.5459.22
Hex718BBD281A01Adb253b
Octal16121327550320323334573
Binary111000110001011101111011010001101001101011011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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