#718EBB

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

Shades of Wild Blue Yonder #718EBB

Tints of Wild Blue Yonder #718EBB

Color information

#718EBB (or 0x718EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8E and BB. RGB value is (113,142,187). Sum of RGB (Red+Green+Blue) = 113+142+187=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #718EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EBB is #8E7144. Grayscale: #8A8A8A. Windows color (decimal): -9335109 or 12291697. OLE color: 12291697.

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

Color convert

RGB113142187-
CMYK0.400.2400.27
HSL216.49º35.24%58.82%-
HSV(B)216.49º39.57%73.33%-
XYZ25.4526.4450.78-
YUV138.46155.39109.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=25.57%
G=32.13%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131421870.400.2400.27216.4935.2458.82
Hex718EBB281801Bd8233b
Octal16121627350300333304373
Binary111000110001110101110111010001100001101111011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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