#718FC8

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

Shades of Wild Blue Yonder #718FC8

Tints of Wild Blue Yonder #718FC8

Color information

#718FC8 (or 0x718FC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8F and C8. RGB value is (113,143,200). Sum of RGB (Red+Green+Blue) = 113+143+200=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #718FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FC8 is #8E7037. Grayscale: #8C8C8C. Windows color (decimal): -9334840 or 13143921. OLE color: 13143921.

HSL color Cylindrical-coordinate representation of color #718FC8: hue angle of 219.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718FC8 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113143200-
CMYK0.440.2800.22
HSL219.31º44.16%61.37%-
HSV(B)219.31º43.5%78.43%-
XYZ27.0627.3358.49-
YUV140.53161.56108.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=24.78%
G=31.36%
B=43.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131432000.440.2800.22219.3144.1661.37
Hex718FC82C1C016db2c3d
Octal16121731054340263335475
Binary111000110001111110010001011001110001011011011011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,200); }

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

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

 a { background-color: rgb(113,143,200); }

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

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

 span { border-color: rgb(113,143,200); }

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