#718ABC

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

Shades of Wild Blue Yonder #718ABC

Tints of Wild Blue Yonder #718ABC

Color information

#718ABC (or 0x718ABC) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8A and BC. RGB value is (113,138,188). Sum of RGB (Red+Green+Blue) = 113+138+188=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #718ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABC is #8E7543. Grayscale: #888888. Windows color (decimal): -9336132 or 12356209. OLE color: 12356209.

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

Color convert

RGB113138188-
CMYK0.400.2700.26
HSL220º35.89%59.02%-
HSV(B)220º39.89%73.73%-
XYZ24.9825.3251.15-
YUV136.23157.22111.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=25.74%
G=31.44%
B=42.82%

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
Decimal1131381880.400.2700.2622035.8959.02
Hex718ABC281B01Adc243b
Octal16121227450330323344473
Binary111000110001010101111001010001101101101011011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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