#718DCB

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

Shades of Wild Blue Yonder #718DCB

Tints of Wild Blue Yonder #718DCB

Color information

#718DCB (or 0x718DCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8D and CB. RGB value is (113,141,203). Sum of RGB (Red+Green+Blue) = 113+141+203=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #718DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCB is #8E7234. Grayscale: #8B8B8B. Windows color (decimal): -9335349 or 13340017. OLE color: 13340017.

HSL color Cylindrical-coordinate representation of color #718DCB: hue angle of 221.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718DCB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113141203-
CMYK0.440.3100.20
HSL221.33º46.39%61.96%-
HSV(B)221.33º44.33%79.61%-
XYZ27.1126.8760.26-
YUV139.7163.72108.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=24.73%
G=30.85%
B=44.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131412030.440.3100.20221.3346.3961.96
Hex718DCB2C1F014dd2e3e
Octal16121531354370243355676
Binary111000110001101110010111011001111101010011011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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