#718ABD

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

Shades of Wild Blue Yonder #718ABD

Tints of Wild Blue Yonder #718ABD

Color information

#718ABD (or 0x718ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and BD. RGB value is (113,138,189). Sum of RGB (Red+Green+Blue) = 113+138+189=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #718ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABD is #8E7542. Grayscale: #888888. Windows color (decimal): -9336131 or 12421745. OLE color: 12421745.

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

Color convert

RGB113138189-
CMYK0.400.2700.26
HSL220.26º36.54%59.22%-
HSV(B)220.26º40.21%74.12%-
XYZ25.0825.3651.72-
YUV136.34157.72111.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=25.68%
G=31.36%
B=42.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131381890.400.2700.26220.2636.5459.22
Hex718ABD281B01Adc253b
Octal16121227550330323344573
Binary111000110001010101111011010001101101101011011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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