#718ABB

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

Shades of Wild Blue Yonder #718ABB

Tints of Wild Blue Yonder #718ABB

Color information

#718ABB (or 0x718ABB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and BB. RGB value is (113,138,187). Sum of RGB (Red+Green+Blue) = 113+138+187=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #718ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABB is #8E7544. Grayscale: #878787. Windows color (decimal): -9336133 or 12290673. OLE color: 12290673.

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

Color convert

RGB113138187-
CMYK0.400.2600.27
HSL219.73º35.24%58.82%-
HSV(B)219.73º39.57%73.33%-
XYZ24.8725.2850.58-
YUV136.11156.72111.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=25.80%
G=31.51%
B=42.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131381870.400.2600.27219.7335.2458.82
Hex718ABB281A01Bdc233b
Octal16121227350320333344373
Binary111000110001010101110111010001101001101111011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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