#768EBF

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

Shades of Wild Blue Yonder #768EBF

Tints of Wild Blue Yonder #768EBF

Color information

#768EBF (or 0x768EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8E and BF. RGB value is (118,142,191). Sum of RGB (Red+Green+Blue) = 118+142+191=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #768EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EBF is #897140. Grayscale: #8C8C8C. Windows color (decimal): -9007425 or 12553846. OLE color: 12553846.

HSL color Cylindrical-coordinate representation of color #768EBF: hue angle of 220.27º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768EBF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118142191-
CMYK0.380.2600.25
HSL220.27º36.32%60.59%-
HSV(B)220.27º38.22%74.9%-
XYZ26.5526.9653.09-
YUV140.41156.55112.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 42.35%
R=26.16%
G=31.49%
B=42.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181421910.380.2600.25220.2736.3260.59
Hex768EBF261A019dc243d
Octal16621627746320313344475
Binary111011010001110101111111001101101001100111011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768EBF; }

 p { color: rgb(118,142,191); }

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

<style>
 a { background-color: #768EBF; }

 a { background-color: rgb(118,142,191); }

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

<style>
 span { border-color: #768EBF; }

 span { border-color: rgb(118,142,191); }

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